Update build instructions.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user