avatar

目錄
在 Mac 運行 Windows exe 程式

What is Wine?

https://www.winehq.org/
Wine (originally an acronym for “Wine Is Not an Emulator”) is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD.

Steps

Installing Wine packages using homebrew
https://wiki.winehq.org/MacOS

zsh
brew tap homebrew/cask-versions
brew install --cask --no-quarantine wine-stable

然後在 Launchpad 就可以看到已安裝成功。
Wine installed shown in launchpad

會看到 exe 檔的 icon 變成 Wine 的 icon,double click 就可以在mac機上運行這個 exe 了。
exe icon become wine


如果您喜歡我的文章,歡迎幫我在下面按5下讚!感謝您的鼓勵和支持!

文章作者: ouoholly
文章鏈接: https://ouoholly.github.io/post/execute-windows-exe-on-mac-using-wine/
版權聲明: 本博客所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。歡迎「部份引用」與介紹(如要全文轉貼請先留言詢問),轉載引用請註明來源 ouoholly 的倉庫,謝謝!

評論