mirror of
https://github.com/citra-emu/citra.git
synced 2025-08-08 06:00:33 +00:00
Updated OS X Build (markdown)
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user