From 67e8f7cbe1464d7da793f397040a822cf0bfd6ab Mon Sep 17 00:00:00 2001 From: xdec Date: Sun, 28 Dec 2014 02:25:28 -0800 Subject: [PATCH] Updated OS X Build (markdown) --- OS-X-Build.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OS-X-Build.md b/OS-X-Build.md index 5b1d747..cc36599 100644 --- a/OS-X-Build.md +++ b/OS-X-Build.md @@ -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. \ No newline at end of file +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 +``` \ No newline at end of file