Files
itgmania212121/stepmania/PBProject
..
2006-03-02 06:00:26 +00:00
2007-06-03 23:27:48 +00:00
2006-08-14 15:44:26 +00:00
2007-08-17 01:14:49 +00:00
2007-02-19 01:18:55 +00:00

REQUIREMENTS
Mac OS X 10.4 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
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:
$ 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:
$ strip -x StepMania.app/Contents/MacOS/StepMania
to reduce the size of the binary.

Steve Checkoway
stevecheckoway@users.sf.net