Wine released the latest version 1.7.53. This version brings a lot of performance improvements, including XAudio and Direct3D code cleanup, improved OLE object embedding technology, better WebServicesDLL implementation, and many other updates. Although there is an official WinePPA, only version 1.7.44 is currently available, so you can compile and install the latest version from the source code. Download the source package (directly here) and unzip the tar-xfwine-1.7.53. Then
Wine released the latest version 1.7.53. This version brings a lot of performance improvements, includingXAudio,Direct3DCode cleaning and ImprovementOLE object embeddingBetter TechnologyWeb ServicesDLL implementation, there are a lot of other updates.
Although there is an official Wine PPA, only version 1.7.44 is currently available, so you can compile and install the latest version from the source code.
Download the source code package (directly here) and decompress ittar -xf wine-1.7.53
. Then, install the following dependencies.
sudoapt-get install build-essential gcc-multilib libx11-dev:i386 libfreetype6-dev:i386 libxcursor-dev:i386 libxi-dev:i386 libxshmfence-dev:i386 libxxf86vm-dev:i386 libxrandr-dev:i386 libxinerama-dev:i386 libxcomposite-dev:i386 libglu1-mesa-dev:i386 libosmesa6-dev:i386 libpcap0.8-dev:i386 libdbus-1-dev:i386 libncurses5-dev:i386 libsane-dev:i386 libv4l-dev:i386 libgphoto2-dev:i386 liblcms2-dev:i386 gstreamer0.10-plugins-base:i386 libcapi20-dev:i386 libcups2-dev:i386 libfontconfig1-dev:i386 libgsm1-dev:i386 libtiff5-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libldap2-dev:i386 libgnutls-dev:i386 libjpeg-dev:i386
Switch to the decompressed wine-1.7.53 folder and enter:
./configure
make
sudomake install
Similarly, you can specify the prefix parameter for the configuration script. Install wine as a common user:
./configure --prefix=$HOME/usr/bin
make
make install
In this case, Wine will install$HOME/usr/bin/wine
, So please check$HOME/usr/bin
In yourPATH
Variable.
Install Wine's latest development http://www.linuxidc.com/Linux/2014-10/108694.htm on RedHat and Debian-based systems
Ubuntu 12.04 install the latest Wine 1.5.10 tutorial see http://www.linuxidc.com/Linux/2012-08/67434.htm
How to install and upgrade Wine 1.7.20 http://www.linuxidc.com/Linux/2014-08/105091.htm for Ubuntu or Linux Mint
Fedora 20, Fedora 19, CentOS 6 and RHEL 6 How do users install Wine 1.7.15 http://www.linuxidc.com/Linux/2014-03/98685.htm
Ubuntu 12.04 Wine perfect run of the city go http://www.linuxidc.com/Linux/2013-03/80284.htm
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
Via: http://www.tuxarena.com/2015/10/how-to-compile-latest-wine-32-bit-on-64-bit-ubuntu-15-10/
Author: Craciun Dan Translator: VicYu/Vic020 Proofreader: wxy
This article was originally compiled by LCTT and launched with the honor of Linux in China
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-10/124576.htm