Files
itgmania212121/stepmania/PBProject/README
T

31 lines
1.1 KiB
Plaintext
Raw Normal View History

REQUIREMENTS
2006-01-29 06:34:10 +00:00
Mac OS X 10.4 or higher is required. The Mac OS X 10.2.8 SDK needs to be
2004-08-07 00:39:47 +00:00
installed.
2006-01-29 06:34:10 +00:00
XCode 2.2.1 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.
2003-08-02 05:12:13 +00:00
BUILD
2003-11-04 10:17:31 +00:00
The build process has been revised yet again.
2003-10-19 03:11:25 +00:00
1. Download StepMania from sourceforge.
2. Cd to the PBProject directory enter: $ touch ver.cpp
2006-01-29 06:34:10 +00:00
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.)
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.)
5. (Optional) Run:
$ strip -x StepMania.app/Contents/MacOS/StepMania
to reduce the size of the binary.
INSTALL
From the PBProject directory, run:
$ scripts/mkrelease.pl .. <version>
2005-05-01 18:38:26 +00:00
Build a package using PackageMaker.
2003-08-02 05:12:13 +00:00
Steve Checkoway
2004-06-30 08:36:16 +00:00
[email protected]