2003-11-26 02:48:16 +00:00
|
|
|
REQUIREMENTS
|
2007-11-11 23:58:08 +00:00
|
|
|
Mac OS X 10.5 or higher is required. The Mac OS X 10.3.9 SDK needs to be
|
2004-08-07 00:39:47 +00:00
|
|
|
installed.
|
2006-01-29 06:34:10 +00:00
|
|
|
|
2007-11-11 23:58:08 +00:00
|
|
|
Xcode 3.0 or higher 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.
|
2007-11-11 23:58:08 +00:00
|
|
|
2. 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"
|
2007-11-11 23:58:08 +00:00
|
|
|
3. (Optional) Run:
|
2006-01-29 06:34:10 +00:00
|
|
|
$ strip -x StepMania.app/Contents/MacOS/StepMania
|
|
|
|
|
to reduce the size of the binary.
|
2006-05-14 06:57:32 +00:00
|
|
|
|
2003-08-02 05:12:13 +00:00
|
|
|
Steve Checkoway
|
2007-08-05 01:51:06 +00:00
|
|
|
stevecheckoway@users.sf.net
|
2008-09-24 23:26:23 +00:00
|
|
|
|