中国网络水泥 发表于 2016-10-26 08:04:17

Wine 1.9.15 发布,Windows 应用兼容层

欢迎加入运维网交流群:263444886  
                Wine 是一个伟大的项目,Wine 是一款让你在 Linux、MAC 上运行 Windows 程序的软件,从 Wine 1.7.55 发布之后,稳定版本以 wine 1.8.x 发布,而 1.9.X 开始作为开发版本发布。

最新开发版本 Wine 1.9.15 的新变化:

[*]  More shader instructions in Direct3D.
[*]  Performance improvements in GDI.
[*]  Better multi-joystick support on macOS.
[*]  Active Scripting improvements.
[*]  Additional stream support in the C++ runtime.
[*]  Various bug fixes.
  下载源代码。二进制安装包正在创建的过程中,很快就会出现在官方下载页面中。
安装命令:
sudo add-apt-repository ppa:wine/wine-builds  
sudo apt-get update
  
sudo apt-get install --install-recommends wine-staging
  
sudo apt-get install winehq-staging
卸载命令:
sudo apt-get install ppa-purge  
sudo ppa-purge ppa:wine/wine-builds
  via:IMCN
页: [1]
查看完整版本: Wine 1.9.15 发布,Windows 应用兼容层