diff options
author | ducky <duccywastaken@protonmail.com> | 2023-08-30 15:25:57 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-08-30 15:27:35 +0000 |
commit | cec5f13450b741bfec390c83b37eed970545190b (patch) | |
tree | 3dee519efae9facbe7384fc0608e5589be2d02d0 | |
parent | f6e1c6df1cb9647406276c9d8d3582444ef06688 (diff) | |
download | doc-cec5f13450.tar.gz doc-cec5f13450.zip |
Handbook - Wine: Homura port renamed suyimazu
PR: 273320
Pull Request: https://github.com/freebsd/freebsd-doc/pull/249
-rw-r--r-- | documentation/content/en/books/handbook/wine/_index.adoc | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc index 41e55424c7..36e974bd8f 100644 --- a/documentation/content/en/books/handbook/wine/_index.adoc +++ b/documentation/content/en/books/handbook/wine/_index.adoc @@ -154,7 +154,7 @@ While some resources (such as a https://www.codeweavers.com/compatibility/crosso Gaming company Steam also uses WINE to enable Windows(R) games to install and run on other systems. it is primary target is Linux-based systems, though some support exists for macOS as well. -While Steam does not offer a native FreeBSD client,there are several options for using the Linux(R) client using FreeBSD's Linux Compatibility Layer. +While Steam does not offer a native FreeBSD client, there are several options for using the Linux(R) client using FreeBSD's Linux Compatibility Layer. [[wine-companion-programs]] ==== WINE Companion Programs @@ -165,7 +165,7 @@ The goals for these can range from making installation easier to offering easy w These solutions are covered in greater detail in the later section on <<wine-management-guis,GUI frontends>>, and include the following: * winetricks -* Homura +* Suyimazu [[alternatives-to-wine]] === Alternatives to WINE @@ -554,39 +554,39 @@ This will run the applications built-in installer, which should also have the op image::winetricks-uninstall-3.png[] [[homura]] -=== Homura +=== Suyimazu -Homura is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux. -But while it is focused on games, there are also non-gaming applications available for install through Homura. +Suyimazu is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux. +But while it is focused on games, there are also non-gaming applications available for install through Suyimazu. [[installing-homura]] -==== Installing Homura +==== Installing Suyimazu -To install Homura's binary package, issue the following command: +To install Suyimazu's binary package, issue the following command: [source,shell] .... -# pkg install homura +# pkg install suyimazu .... -Homura is available in the FreeBSD Ports system. +Suyimazu is available in the FreeBSD Ports system. However, than the _emulators_ section of Ports or binary packages, look for it in the _games_ section. [source,shell] .... -# cd /usr/ports/games/homura +# cd /usr/ports/games/suyimazu # make install .... [[using-homura]] -==== Using Homura +==== Using Suyimazu -Homura's usage is quite similar to that of `winetricks`. +Suyimazu's usage is quite similar to that of `winetricks`. When using it for the first time, launch it from the command line (or a desktop environment runner applet) with: [source,shell] .... -% Homura +% Suyimazu .... This should result in a friendly welcome message. @@ -598,22 +598,22 @@ The program will also offer to place a link in the application menu of compatibl image::homura-run-2.png[] -Depending on the setup of the FreeBSD machine, Homura may display a message urging the install of native graphics drivers. +Depending on the setup of the FreeBSD machine, Suyimazu may display a message urging the install of native graphics drivers. image::homura-run-3.png[] The application's window should then appear, which amounts to a "main menu" with all its options. -Many of the items are the same as `winetricks`, although Homura offers some additional, helpful options such as opening its data folder (_Open Homura Folder_) or running a specified program (_Run a executable in prefix_). +Many of the items are the same as `winetricks`, although Suyimazu offers some additional, helpful options such as opening its data folder (_Open Suyimazu Folder_) or running a specified program (_Run a executable in prefix_). image::homura-install-1.png[] -To select one of Homura's supported applications to install, select _Installation_, and click _OK_. +To select one of Suyimazu's supported applications to install, select _Installation_, and click _OK_. This will display a list of applications Homura can install automatically. Select one, and click _OK_ to start the process. image::homura-install-2.png[] -As a first step Homura will download the selected program. +As a first step Suyimazu will download the selected program. A notification may appear in supported desktop environments. image::homura-install-3.png[] @@ -623,7 +623,7 @@ A standard WINE dialog with this message will display. image::homura-install-4.png[] -Next, Homura will install any prerequisites for the selected program. +Next, Suyimazu will install any prerequisites for the selected program. This may involve downloading and extracting a fair number of files, the details of which will show in dialogs. image::homura-install-5.png[] @@ -632,8 +632,8 @@ Downloaded packages are automatically opened and run as required. image::homura-install-6.png[] -The installation may end with a simple desktop notification or message in the terminal, depending on how Homura was launched. -But in either case Homura should return to the main screen. +The installation may end with a simple desktop notification or message in the terminal, depending on how Suyimazu was launched. +But in either case Suyimazu should return to the main screen. To confirm the installation was successful, select _Launcher_, and click _OK_. image::homura-install-7.png[] |