2003-11-26 02:48:16 +00:00
|
|
|
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
|
|
|
|
2006-05-14 06:57:32 +00:00
|
|
|
Xcode 2.2.1 is required to build. Even though the stepmania project
|
2006-01-29 06:34:10 +00:00
|
|
|
appears to be a ProjectBuilder project, it has been updated by XCode and
|
|
|
|
|
no longer works with ProjectBuilder.
|
2003-11-26 02:48:16 +00:00
|
|
|
|
2003-08-02 05:12:13 +00:00
|
|
|
BUILD
|
2003-10-19 03:11:25 +00:00
|
|
|
1. Download StepMania from sourceforge.
|
2003-11-26 02:48:16 +00:00
|
|
|
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:
|
2006-02-24 06:08:44 +00:00
|
|
|
$ xcodebuild -target stepmania -configuration Native
|
|
|
|
|
in the PBProject directory.
|
2006-01-29 06:34:10 +00:00
|
|
|
To build a universal binary instead, use "-configuration Universal"
|
2006-02-24 06:08:44 +00:00
|
|
|
instead of "-configuration Native"
|
2006-01-29 06:34:10 +00:00
|
|
|
5. (Optional) Run:
|
|
|
|
|
$ strip -x StepMania.app/Contents/MacOS/StepMania
|
|
|
|
|
to reduce the size of the binary.
|
2006-05-14 06:57:32 +00:00
|
|
|
|
2003-11-26 02:48:16 +00:00
|
|
|
INSTALL
|
2006-05-14 06:57:32 +00:00
|
|
|
To build an Installer package, run scripts/mkrelease.pl. It takes one
|
|
|
|
|
optional argument which should probably be a date. For example
|
|
|
|
|
$ scripts/mkrelease.pl
|
|
|
|
|
will produce StepMania-4.0-beta4.pkg if ProductInfo.h defines the
|
|
|
|
|
version to be "4.0 beta4".
|
|
|
|
|
$ scripts/mkrelease.pl 20060507
|
|
|
|
|
will produce StepMania-CVS-20060507.pkg for CVS releases
|
2003-11-26 02:48:16 +00:00
|
|
|
|
2003-08-02 05:12:13 +00:00
|
|
|
Steve Checkoway
|
2004-06-30 08:36:16 +00:00
|
|
|
steve@cs.washington.edu
|