Install wine OK under CentOS6.5

Source: Internet
Author: User

This article mainly records how to install the Wine 1.7.24 Development version on CentOS 6.5

1. Install the required packages

# yum Groupinstall 'development Tools '
# yum Install libx11-devel freetype-devel zlib-devel libxcb-devel

2. Download and unzip the wine pack

# CD/USR/SRC
# wget HTTP://PRDOWNLOADS.SOURCEFORGE.NET/WINE/WINE-1.7.24.TAR.BZ2
# tar XJF wine-1.7.24.tar.bz2

Note: 1.7.24 is a development version, not a stable version, if you need to install stable version please click this link to download, the method is the same.

3. Install wine

Here is the use of the source code compilation, execute the following command to start compiling, configuration is 30 minutes or so can be completed, configuration of the nearly words may take longer, patient wait.

32-bit system

# CD wine-1.7.24/
#./configure
# make
# make Install

64-bit system

# CD wine-1.7.24/
#./configure–enable-win64
# make
# make Install

4. Check the version

You can use the following command to check the version of wine you have installed

32-bit system

# wine–version

wine-1.7.24

64-bit system

# wine64–version

wine-1.7.24

5. How to use wine

To use wine requires you to login to the graphical interface, how to install the graphical interface reference yesterday's article: the installation of the Centos VNC Remote Desktop program to use, then download the Windows program you need, such as:PuTTY, directly on the program right-click "Open Withwine Windows Program Loader "can be run with wine.

Of course you can also use the following command to run your downloaded program with wine

Wine Putty.exe

Install wine OK under CentOS6.5

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.