wpdiscuz
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /www/wwwroot/imcn.me/wp-includes/functions.php on line 6114改版本属于 Wine 开发版本,版本号为 1.7.32,因为是开发测试版本,会有一些地方还未完善,有问题是正常的。关于 wine 这是一款让 Windows 软件运行在 Linux、Mac 系统上的程序。
该新版本有什么新变化:
下载源代码。二进制安装包正在创建的过程中,很快就会出现在官方下载页面中。
关于安装:
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.net/project/wine/Source/wine-1.7.32.tar.bz2
tar -xvf wine-1.7.32.tar.bz2
cd wine-1.7.32/
./tools/wineinstall
64 位 Fedora 及 centos 系统用户安装命令:
sudo yum groupinstall 'Development Tools'
sudo yum install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.32.tar.bz2
tar -xvf wine-1.7.32.tar.bz2
cd wine-1.7.32/
./configure --enable-win64
make
sudo make install
OpenSUSE 13.1 用户安装命令:
sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/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/repositories/Emulators:/Wine/openSUSE_12.3/ wine
sudo zypper refresh
sudo zypper install wine1.7 winetricks
投稿作者 | 作者网站 |
---|---|
微信捐赠 | 支付宝捐赠 |
---|---|