Wine 1.7.35 开发版本发布了,注意是测试版本,因为是测试版本,所以可能会出现一些问题,wine 是一款让你在 linux 运行 windows 程序的软件,最新版本的变化:
下载源代码。二进制安装包正在创建的过程中,很快就会出现在官方下载页面中。
关于安装:
Ubuntu 14.04/14.10 及衍生系统用户安装,有PPA可用,打开终端,输入以下命令:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks
卸载 Wine 命令:
sudo apt-get remove wine1.7 winetricks
32 位 Fedora 及 centos 系统用户安装命令:
sudo yum -y groupinstall 'Development Tools'
sudo yum -y install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.ne ... wine-1.7.35.tar.bz2
tar -xvf wine-1.7.35.tar.bz2
cd wine-1.7.35/
./tools/wineinstall
64 位 Fedora 及 centos 系统用户安装命令:
sudo yum groupinstall 'Development Tools'
sudo yum install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.ne ... wine-1.7.35.tar.bz2
tar -xvf wine-1.7.35.tar.bz2
cd wine-1.7.35/
./configure --enable-win64
make
sudo make install
OpenSUSE 13.1 用户安装命令:
sudo zypper ar -f http://download.opensuse.org/rep ... Wine/openSUSE_13.1/ wine
sudo zypper refresh
sudo zypper install wine1.7 winetricks
OpenSUSE 12.3 用户安装命令:
sudo zypper ar -f http://download.opensuse.org/rep ... Wine/openSUSE_12.3/ wine
sudo zypper refresh
sudo zypper install wine1.7 winetricks
本文链接地址:Wine 1.7.35 发布
网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。
添加我为好友,拉您入交流群!
请使用微信扫一扫!