内容简介:Wine(Wine Is Not an Emulator)是一个能够在多种兼容 POSIX 接口的操作系统(诸如 Linux、macOS 与 BSD 等)上运行 Windows 应用的兼容层。它不是像虚拟机或者模拟器一样模仿内部的 Windows 逻辑,而是将 Wind...
Wine(Wine Is Not an Emulator)是一个能够在多种兼容 POSIX 接口的操作系统(诸如 Linux 、macOS 与 BSD 等)上运行 Windows 应用的兼容层。它不是像虚拟机或者模拟器一样模仿内部的 Windows 逻辑,而是将 Windows API 调用翻译成为动态的 POSIX 调用,免除了性能和其它一些行为的内存占用,让你能够干净地整合 Windows 应用到桌面。
Wine 6.6 已经正式发布,该版本的新内容包括:
- Mono 引擎更新至 6.1.1 版本,并进行了上游更新;
- DWrite 和 DnsApi 库转换为 PE;
- 改进了即插即用驱动的支持;
- 各种 bug 修复;
- Google Drive 登录前崩溃的问题;
- 半衰期软件的渲染错误;
- Wine 的任务栏未在 KDE 5 的任务栏中显示的问题;
- Microsoft Flight Simulator 崩溃的问题;
- Wine 控制面板无法启动小程序(applets);
- ......
更多详情可查看:https://www.winehq.org/news/2021040901
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Wine 3.2 发布,Windows 应用兼容层
- Wine 2.15 发布,Windows 应用兼容层
- Wine 2.18 发布,Windows 应用兼容层
- Wine 2.19 发布,Windows 应用兼容层
- Wine 2.21 发布,Windows 应用兼容层
- Wine 2.22 发布,Windows 应用兼容层
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Numerical Recipes 3rd Edition
William H. Press、Saul A. Teukolsky、William T. Vetterling、Brian P. Flannery / Cambridge University Press / 2007-9-6 / GBP 64.99
Do you want easy access to the latest methods in scientific computing? This greatly expanded third edition of Numerical Recipes has it, with wider coverage than ever before, many new, expanded and upd......一起来看看 《Numerical Recipes 3rd Edition》 这本书的介绍吧!