首页 > 代码库 > linux 32位下安装wine1.6 Windows模拟器(用来运行.exe文件)

linux 32位下安装wine1.6 Windows模拟器(用来运行.exe文件)

cd
yum groupinstall ‘Development Tools‘ -y
yum install libX11-devel freetype-devel -y
wget wget http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2
tar -jvxf wine-1.6.tar.bz2
cd wine-1.6
./configure
make
make install
安装VNC远程桌面
Vnc View远程登录后,文档内容显示乱码,需拷贝Windows系统中的字体到 /root/.wine/drive_c/windows/Fonts/


本文出自 “高防服务器销售,自带运维” 博客,请务必保留此出处http://kenvik.blog.51cto.com/11000054/1858423

linux 32位下安装wine1.6 Windows模拟器(用来运行.exe文件)