From 4fe33bbd7d85b2f17637f1b7eee2639d9f61eb53 Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Fri, 11 Sep 2020 08:39:51 -0700 Subject: [PATCH] Add Mac build instructions --- Compiling.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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