Files
itgmania212121/stepmania/PBProject/README
T

33 lines
1.3 KiB
Plaintext
Raw Normal View History

REQUIREMENTS
Mac OS X 10.3 or higher is required. The Mac OS X 10.2.7 SDK needs to be
installed. (See NOTE.)
XCode 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
3. Cd to Frameworks and unpack Frameworks.tgz by: $ tar zxf Frameworks.tgz
4. Build StepMania by running `xcodebuild -target stepmania' in the PBProject
2003-11-13 21:37:47 +00:00
directory.
2003-08-02 05:12:13 +00:00
INSTALL
Build the installer, from the PBProject directory, run:
$ xcodebuild -target BuildInstaller -target Installer
Now copy the StepMania.app application from build to stepmania via:
$ cp -r build/StepMania.app ..
Next cd to the build directory and run the command:
$ ./BuildInstaller ../scripts/installer.config Installer.app/Contents/Resources
And at the prompt enter: ../..
Now Installer.app is ready to be distributed.
NOTE
I added the symlink:
2003-11-25 16:11:47 +00:00
ln -s /System/Library/Frameworks/OpenGL/Versions/A/Libraries/ \
/Developer/SDKs/MacOSX10.2.7.sdk/System/Library/Frameworks/OpenGL/Versions/A/
because Apple was stupid and screwed up that framework in all of the SDKs.
2003-11-25 16:11:47 +00:00
2003-08-02 05:12:13 +00:00
Steve Checkoway
steve@cs.washington.edu