Run Windows EXE File using Wine on El Capitan
November 3, 2015
Requirements:
- Latest version of OS X El Capitan
- Latest version of Xcode (you can download it from https://imzdl.com/osx.html if you are not a registered Apple developer).
- Homebrew package manager for OS X. We will install Wine using Homebrew package manager.
Run the script below to install Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Once you have successfully install Homebrew, Install Wine using brew:
$ brew install wine
to run Windows program, run wine application.exe
wine winbox.exe