使用Wine可以在Mac上运行一部分exe程序,但是注意⚠️可能会运行失败!

第一部分失败尝试(可跳过

通过下面连接下载软件

https://dl.winehq.org/wine-builds/macosx/download.html

安装好后显示上面链接软件过期,并且要求下载XQUartz

brew install XQuartz

第二部分成功

重新找下载站点

https://wiki.winehq.org/MacOS

在终端输入以下命令安装

brew install --cask --no-quarantine wine-stable

安装成功

使用,只需要在终端输入wine,后面加上要运行的exe文件路径

wine app.exe

PS:这是我见过最简单的帮助文档

user@userdeMacBook-Air store % wine --help
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
user@userdeMacBook-Air store % wine --version
wine-9.0

本站无任何商业行为
个人在线分享-虚灵IT资料分享 » 使用winehq在Mac上成功运行Win系统exe应用程序
E-->