How to compile the latest 32-bit Wine1.7.53 in 64-bit Ubuntu15.10

Source: Internet
Author: User
Tags linux mint
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.

  1. 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:

  1. ./configure
  2. make
  3. sudomake install

Similarly, you can specify the prefix parameter for the configuration script. Install wine as a common user:

  1. ./configure --prefix=$HOME/usr/bin
  2. make
  3. make install

In this case, Wine will install$HOME/usr/bin/wine, So please check$HOME/usr/binIn yourPATHVariable.

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

Related Article

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.