Updated OS X Build (markdown)

xdec 2014-12-28 02:25:28 -08:00
parent aecc1144bd
commit 67e8f7cbe1

@ -53,4 +53,8 @@ cmake .. -GXcode -DCMAKE_BUILD_TYPE=Debug
### Building Citra:
Open the project file in Xcode, switch the target from `ALL_BUILD` to `citra` or `citra_qt`, and press the play button.
Open the project file in Xcode, switch the target from `ALL_BUILD` to `citra` or `citra_qt`, and press the play button. The project can also be built via:
```
xcodebuild -config Release -project citra.xcodeproj -target citra-qt
```