How to compile the latest 32-bit Wine 1.7.53 in 64-bit Ubuntu 15.10
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 Web Services DLL implementation, and many 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/binIn yourPATHVariable.
Install the latest Wine development version on the RedHat and Debian-based systems.
For more information about how to install the latest Wine 1.5.10 in Ubuntu 12.04, see
How to install and upgrade Wine 1.7.20 for Ubuntu or Linux Mint
How do users of Fedora 20, Fedora 19, CentOS 6, and RHEL 6 install Wine 1.7.15?
Wine in Ubuntu 12.04 perfectly runs go in Zhucheng