2014年6月7日星期六

Steps to Install Wine 1.7.19 on CentOS 6

Step 1: Install Required Packages

yum -y groupinstall 'Development Tools'
yum -y install libX11-devel freetype-devel zlib-devel libxcb-devel

Step 2: Download and Extract Wine Package

cd /usr/src
wget http://prdownloads.sourceforge.net/wine/wine-1.7.19.tar.bz2
tar xjf wine-1.7.19.tar.bz2
(Note: This is not an stable release. This version is development release. Use this download linkto download stable release and remaining steps will be same.)



Step 3: Install Wine

For 32-Bit Systems:
cd wine-1.7.19/
./configure
make
make install

For 64-Bit Systems:
cd wine-1.7.19/
./configure --enable-win64
make
make install

Step 4: Check Version&configuration

wine --version
winecfg

Step 5: How to Use Wine

wine notepad
wine notepad.exe
wine c:\\windows\\notepad.exe

Wine gomez peer&20dollars2surf

 

wget http://lastmile.gomez.com/PEERInstall.exe
(有时可能不能下载,多试几次或者用下载软件下载后上传;一定要下载最新版,下载旧版无法更新,导致最终无法运行)
添加开机启动:
wine c:\\yang\\GomezPEER\\bin\\GomezPEER.exe
wine c:\\yang\\20Dollars2Surf\\20dollars2surf.exe
(由于版本,可能文件路径有所不同,具体看GomezPEER.exe和20dollars2surf.exe的路径)

参考:

Steps to Install Wine 1.7.19 (Development) on CentOS, RHEL and Fedora
Wine 1.6.2 Stable Released – Install in RHEL, CentOS and Fedora

没有评论:

发表评论