Wine on MacOS

by lowededwookie in Circuits > Software

1971 Views, 1 Favorites, 0 Comments

Wine on MacOS

th.jpeg

Before starting make sure you have installed HomeBrew as per this Instructable:

How to install HomeBrew on macOS

Install Wine

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

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

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

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.