使用winehq在Mac上成功运行Win系统exe应用程序

使用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
相关推荐
Cosmoshhhyyy7 小时前
mac环境下安装git并配置密钥等
git·macos
肥肥呀呀呀13 小时前
mac 安卓模拟器 blueStacks
macos
csdn_aspnet13 小时前
如何在 MacOS 上安装 SQL Server
macos·sqlserver
共享家95272 天前
linux-数据链路层
linux·网络·macos
CZIDC2 天前
MacOS字体看起来比在 Windows 上更好?
macos
Cosmoshhhyyy2 天前
linux远程部署dify和mac本地部署dify
linux·运维·macos
行星0082 天前
mac 通过homebrew 安装和使用nvm
macos·npm·node.js
2501_928094653 天前
Mac电脑录屏工具 Omi录屏专家(Mac中文)
macos·mac·录屏工具·omi
森之鸟3 天前
Mac chrome浏览器下载DevEco Studio 6.0.0 Beta2失败
前端·chrome·macos