Wine1.7.15 was recently released. This version is equipped with a new Task Scheduler Service, VBScript exception expansion support, 53 bugs fixed and fixed some existing problems, the Direct3D command stream is still unavailable. It is also worth mentioning that developers are creating wine for Android to run ARM and x86 architectures, And they want wineHQ to run on ChromeOS. This article will teach you to directly download the source code package for installation. Fe at 32 bits
Wine 1.7.15 was recently released. This version is equipped with a new Task Scheduler Service, VBScript exception expansion support, 53 bugs fixed and fixed some existing problems, the Direct3D command stream is still unavailable.
It is also worth mentioning that developers are creating wine for Android to run ARM and x86 architectures, And they want wineHQ to run on Chrome OS.
This article will teach you to directly download the source code package for installation.
Install on 32-bit Fedora, CentOS, and RHEL systems:
First download and install the necessary dependency package commands:
sudo yum -y groupinstall 'Development Tools'
sudo yum -y install libX11-devel freetype-devel
Download the Wine 1.7.15 command:
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.15.tar.bz2
Decompress the file and go to the decompressed file directory:
tar -xvf wine-1.7.15.tar.bz2
cd wine-1.7.15/
Run the following command to install Wine 1.7.15:
./tools/wineinstall
Install on 64-bit Fedora, CentOS, and RHEL systems (same as 32-bit ):
First install the dependency package:
sudo yum groupinstall 'Development Tools'
sudo yum install libX11-devel freetype-devel
Download Wine 1.7.15:
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.15.tar.bz2
Decompress the file and go to the decompressed file directory:
tar -xvf wine-1.7.15.tar.bz2
cd wine-1.7.15/
Install Wine 1.7.15:
./configure --enable-win64
make
sudo make install
Recommended reading:
Ubuntu 13.10 compiled and installed Wine 1.7 http://www.linuxidc.com/Linux/2013-10/91667.htm
Ubuntu 13.10 text tutorial on hard drive installation in Windows 7See http://www.linuxidc.com/Linux/2013-10/91565.htm
Wine 1.6 release, Windows simulator http://www.linuxidc.com/Linux/2013-07/87557.htm
Linux supports running Direct3D 9 games with better performance than Wine http://www.linuxidc.com/Linux/2013-07/87510.htm
Ubuntu 13.04 Wine QQ2012 can not call fcitx Input Method to Solve the Problem of http://www.linuxidc.com/Linux/2013-06/86152.htm
Ubuntu 12.04 install the latest Wine 1.5.10 tutorial see http://www.linuxidc.com/Linux/2012-08/67434.htm