美文网首页前端+
Install Wine to run .exe files

Install Wine to run .exe files

作者: 李留白 | 来源:发表于2020-04-29 12:46 被阅读0次

Install Wine to run .exe files

For Mac OSX

If you haven't installed Homebrew yet do so by following this guide

  1. Open a terminal
  2. brew cask install xquartz, wait for it to complete the install, it should ask you for your password before beginning
  3. brew cask install wine-stable, this will take some time to finish so sit back and relax.

For Linux

  1. sudo apt-get install wine

Now Wine is installed, to use wine, open a terminal navigate to the exe and type:

wine /path/to/file.exe

相关文章

网友评论

    本文标题:Install Wine to run .exe files

    本文链接:https://www.haomeiwen.com/subject/vcugwhtx.html