How to install Wine1.7.15 for Fedora20, Fedora19, CentOS6, and RHEL6

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.