back home

Run Windows EXE File using Wine on El Capitan

November 3, 2015

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 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