From 19bb34974e15c3c89d2911b1c20ea43a77bab888 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 24 Feb 2006 06:08:44 +0000 Subject: [PATCH] Update build instructions for OS X. --- stepmania/PBProject/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stepmania/PBProject/README b/stepmania/PBProject/README index 570816adec..d79eb6befb 100644 --- a/stepmania/PBProject/README +++ b/stepmania/PBProject/README @@ -13,11 +13,10 @@ The build process has been revised yet again. 3. Cd to Frameworks and unpack Frameworks.tar.bz2 by: $ tar jxf Frameworks.tar.bz2 4. Build StepMania by running: -$ xcodebuild -target stepmania -configuration . -in the PBProject directory. (Note the period there.) +$ xcodebuild -target stepmania -configuration Native +in the PBProject directory. To build a universal binary instead, use "-configuration Universal" -instead of "-configuration ." (Note that this will place StepMania.app -in the Universal directory and it will need to be moved to be used.) +instead of "-configuration Native" 5. (Optional) Run: $ strip -x StepMania.app/Contents/MacOS/StepMania to reduce the size of the binary.