Run Windows EXE File using Wine on El Capitan

·

1 min read

Requirements:

  1. Latest version of OS X El Capitan
  2. Latest version of Xcode (you can download it from https://imzdl.com/osx.html if you are not a registered Apple developer).
  3. 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 raw.githubusercontent.com/Homebrew/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