smsvn -> ssc-hg glue: rearrange directory structure

This commit is contained in:
Devin J. Pohly
2013-06-10 15:38:43 -04:00
parent 51576d5942
commit 80057f53cd
3362 changed files with 0 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
REQUIREMENTS
Mac OS X 10.5 or higher is required. The Mac OS X 10.3.9 SDK needs to be
installed.
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. 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"
3. (Optional) Run:
$ strip -x StepMania.app/Contents/MacOS/StepMania
to reduce the size of the binary.
Steve Checkoway
[email protected]