From 316314b16caf95e89379099db59c1463ec812802 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 11 Nov 2007 23:58:08 +0000 Subject: [PATCH] Update build instructions. --- stepmania/PBProject/Libraries/README | 6 +----- stepmania/PBProject/README | 10 ++++------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/stepmania/PBProject/Libraries/README b/stepmania/PBProject/Libraries/README index 5426f2bbc5..4aba381ddc 100644 --- a/stepmania/PBProject/Libraries/README +++ b/stepmania/PBProject/Libraries/README @@ -1,6 +1,3 @@ -Frameworks: -libmad-0.1.5.1b - Static Libraries: jpeg-6b libogg-1.1.2 @@ -18,5 +15,4 @@ svn co -r 8448 svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg 2c. Copy ffmpeg-config.h to ffmpeg/config.h 2d. Run version.sh in ffmpeg 3. Open Libraries.xcode and build target all. -4. Copy mad.frameworks to stepmania/PBProject/Frameworks and the -static libraries to stepmania/PBProject/Libraries +4. Copy the static libraries to stepmania/PBProject/Libraries diff --git a/stepmania/PBProject/README b/stepmania/PBProject/README index f29bb67e81..f427bbc167 100644 --- a/stepmania/PBProject/README +++ b/stepmania/PBProject/README @@ -1,21 +1,19 @@ REQUIREMENTS -Mac OS X 10.4 or higher is required. The Mac OS X 10.3.9 SDK needs to be +Mac OS X 10.5 or higher is required. The Mac OS X 10.3.9 SDK needs to be installed. -Xcode 2.4 or higher is required to build. Even though the stepmania project +Xcode 3.0 or higher is required to build. Even though the stepmania project appears to be a ProjectBuilder project, it has been updated by XCode and no longer works with ProjectBuilder. BUILD 1. Download StepMania from sourceforge. -2. Cd to PBProject/Frameworks and unpack Frameworks.tar.bz2 by: -$ tar jxf Frameworks.tar.bz2 -3. Build StepMania by running: +2. Build StepMania by running: $ xcodebuild -target stepmania -configuration Native in the PBProject directory. To build a universal binary instead, use "-configuration Universal" instead of "-configuration Native" -4. (Optional) Run: +3. (Optional) Run: $ strip -x StepMania.app/Contents/MacOS/StepMania to reduce the size of the binary.