Wine on MacOS
![th.jpeg](/proxy/?url=https://content.instructables.com/F6J/2TPV/IYLZRCT8/F6J2TPVIYLZRCT8.jpg&filename=th.jpeg)
Before starting make sure you have installed HomeBrew as per this Instructable:
Install Wine
![Screen Shot 2017-02-01 at 4.21.13 PM.png](/proxy/?url=https://content.instructables.com/FL8/DFHO/IYLZRCT9/FL8DFHOIYLZRCT9.png&filename=Screen Shot 2017-02-01 at 4.21.13 PM.png)
First order of the day is to get Wine installed.
It's a ridiculously easy process. In Terminal simply type:
brew install wine
Let it do its thing.
Once complete Wine is installed but there's a couple of steps to go though.
Install Zenity
![Screen Shot 2017-01-26 at 5.15.33 PM.png](/proxy/?url=https://content.instructables.com/FRH/DEBD/IYLZRCTS/FRHDEBDIYLZRCTS.png&filename=Screen Shot 2017-01-26 at 5.15.33 PM.png)
Zenity is a graphical system that Winetricks uses to make things a little easier.
Once again install is as simple as typing in:
brew install zenity
Let the install continue
Install Winetricks
![Screen Shot 2017-01-26 at 4.31.22 PM.png](/proxy/?url=https://content.instructables.com/FU8/3CS7/IYLZRCU3/FU83CS7IYLZRCU3.png&filename=Screen Shot 2017-01-26 at 4.31.22 PM.png)
Winetricks installs a number of Windows components that certain Windows apps need.
If you haven't already guessed its a simple install:
brew install winetricks
Let the install complete.
We'll get to configuring Winetricks in another Instructable.
Install XQuartz
![Screen Shot 2017-02-01 at 5.40.36 PM.png](/proxy/?url=https://content.instructables.com/FSW/3KHG/IYLZRJF9/FSW3KHGIYLZRJF9.png&filename=Screen Shot 2017-02-01 at 5.40.36 PM.png)
XQuartz is a windowing system developed by Apple to allow UNIX applications to run in macOS. While not actively installed with macOS anymore it is once again a simple install only a slightly different install.
In Terminal type:
brew install Caskroom/cask/xquartz
This will download and install XQuartz in a similar way to the previous installs although it also does a couple of macOS side steps that the other apps don't do.