Add Mac build instructions

Michael Buckley 2020-09-11 08:39:51 -07:00
parent a80ab5b05a
commit 4fe33bbd7d
1 changed files with 10 additions and 0 deletions

@ -90,3 +90,13 @@ snes9x/gtk/build$ ninja
snes9x/gtk/build$ sudo ninja install
```
## Mac
The only tool required to build Snes9x on Mac is Xcode, which can be installed from the Mac App Store or, if you have an Apple Developer account, from https://developer.apple.com/download/release/
Once Xcode is installed, follow these steps to build Snes9x.
1. Clone the snes9x git repository.
2. Clone the submodules by running `git submodule update --init --recursive` inside the repo.
3. Open the macosx/snes9x.xcodeproj file.
4. Click the build and run (▶︎) button at the top-left of the window or choose `Run` from the `Product` menu.