您的位置:首页 > 运维架构 > Linux

How to Install WineHQ 1.5.27 on Fedora, CentOS and RHEL Linux Distributions

2014-03-06 23:21 1041 查看
http://linuxg.net/how-to-install-winehq-1-5-27-on-fedora-centos-and-rhel-linux-distributions/

How to Install WineHQ 1.5.27 on Fedora, CentOS and RHEL Linux Distributions

Posted on April 2, 2013 by Geekster — 1 Comment ↓

Wine is the most popular application for running Windows software on Linux systems.

In this article I will show you how to install WineHQ 1.5.27 on Fedora 18/17/16, CentOS 6.4/6.3/6.2/6.1/6 and RHEL 6.4/6.3/6.2/6.1/6.

Let’s start. Follow this guide exactly for a successful installation:

Installing Package Dependencies:

1. Packages such as gcc,flex or bison or libX11-devel are needed. So, do this, in your terminal:

$ sudo yum -y groupinstall 'Development Tools'

$ sudo yum -y install libX11-devel freetype-devel

2. Download the wine tarball:

$ wget http://garr.dl.sourceforge.net/project/wine/Source/wine-1.5.27.tar.bz2
3. Extract the archive and cd into it:

$ tar -xvf wine-1.5.27.tar.bz2

$ cd wine-1.5.27

4. Install wine:

$ ./tools/wineinstall

This is everything. Enjoy.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: