Any Windows application that I want to use with WINE will be a win32 binary, so the installation of 64-bit WINE is not necessary or useful.
Since the 32-bit repositories are included with a 64-bit install, I just need to select the i586 versions of the following:
q4wine
wine
wine-gecko
wine-mono
wine32
I also install winetricks by downloading it from
NOTE: I has a problem with q4wine in that when I installed it with urpmi, it did not install its dependencies and would not launch; I reported it as a bug.
At this forum post at GOG.com, user JudasIscariot has a description of a Mini Git Wine tutorial to compile and run WINE. While it's not necessary to compile and install WINE by this method since the packages are in the repository, there may be some bugfixes in a version that is greater than what you distro may offer. YMMV.
That forum link also contains a wealth of information about installing new WINE bottles and installing Windows games using WINE providing detailed instructions for many games .
My preference is to use Crossover because it has a number of built-in tools to help. I also have used PlayOnLinux and done things with just WINE. Actually, having a well-configured system-wide WINE install is helpful. Once you have added the many extra system applications, your average win32 apps can be run with a click of the mouse, a big help for small programs you may need to use.
But it never hurts do learn how to do it from scratch. That's where Linux shines over other operating systems; if it's broken, you have the opportunity to fix it.
Since the 32-bit repositories are included with a 64-bit install, I just need to select the i586 versions of the following:
q4wine
wine
wine-gecko
wine-mono
wine32
I also install winetricks by downloading it from
$ cd ~/bin$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks $ chmod +x winetricksAnd also install the 32-bit version of Zenity because winetricks expects to see it. Winetricks is a handy tool and makes dealing with.
NOTE: I has a problem with q4wine in that when I installed it with urpmi, it did not install its dependencies and would not launch; I reported it as a bug.
At this forum post at GOG.com, user JudasIscariot has a description of a Mini Git Wine tutorial to compile and run WINE. While it's not necessary to compile and install WINE by this method since the packages are in the repository, there may be some bugfixes in a version that is greater than what you distro may offer. YMMV.
That forum link also contains a wealth of information about installing new WINE bottles and installing Windows games using WINE providing detailed instructions for many games .
My preference is to use Crossover because it has a number of built-in tools to help. I also have used PlayOnLinux and done things with just WINE. Actually, having a well-configured system-wide WINE install is helpful. Once you have added the many extra system applications, your average win32 apps can be run with a click of the mouse, a big help for small programs you may need to use.
But it never hurts do learn how to do it from scratch. That's where Linux shines over other operating systems; if it's broken, you have the opportunity to fix it.
Comments