mirror of https://github.com/snes9xgit/snes9x.git
Add Mac build instructions
parent
a80ab5b05a
commit
4fe33bbd7d
10
Compiling.md
10
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.
|
Loading…
Reference in New Issue