The entire installation process of wine

Source: Internet
Author: User
My wine installation process-general Linux technology-Linux technology and application information. The following is a detailed description. Download wine (non-RPM package ):

I use wine-1.1.1 to download wine-1.1.1.tar.bz2. Compile wine using the following methods:

Install with wineinstall: Decompress wine-1.1.1.tar.bz2 with the normal user. The decompressed directory is the source code installation package and enter the directory. Run:./tools/wineinstall.

The operations on my computer are as follows:

Cd Desktop

Tar jxvf wine-1.1.1.tar.bz2
Cd wine-1.1.1
./Tools/wineinstall

Then it runs./configure and displays: We need to install wine as root user, do you want us to build wine, 'su root' and install Wine? Enter 'no' to continue without installing (yes/no)

Yes press ENTER

The following error occurs during compilation and installation because no devel support is installed.

Configure: WARNING: X development files not found. Wine will be built
Without X support, which probably isn't what you want. You will need to install
Development packages of Xlib/Xfree86 at the very least.

If you are using a gonme desktop, enter sudo apt-get install gnome-devel on the terminal to download and install it, and then run wine compilation and installation again.

If your root user sets a password, you will be prompted to enter the password.

To appear on the screen:
Installation complete for now. Good luck (this is still alpha software). If you have problems with WINE, please read the documentation first,
As your kinds of potential problems are explained there.

The installation is successful.

After wine is installed, you can easily use windows in linux!
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.