diff --git a/Compiling.md b/Compiling.md index fac4746..a164b47 100644 --- a/Compiling.md +++ b/Compiling.md @@ -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. \ No newline at end of file