This is a little bit of an unusual build process.
1. Get SDL
	a. Download the latest version of SDL from http://www.libsdl.org/cvs/SDL-1.2.tar.gz.
	b. Build and install the targets `Static Library', `Main Library', and `Framework' using either ProjectBuilder or the command line tool pbxbuild. Using the tool, the command is
	   $ pbxbuild -target "Main Library" -target "Static Library" -target "Framework" build
	c. Install the libraries in /usr/local/lib
	d. Install the framework in /System/Library/Frameworks
	e. Copy all of the header files from /System/Library/Frameworks/SDL.framework/Versions/A/Headers to /usr/local/include/SDL
2. SDL_image: Do the same thing as for SDL except this time, there is no target `Main Library'.
3. Create config.h: run the configure script in the stepmania directory.
4. SDL_sound: cd to the src directory. run:
	$ make SDL_sound-1.0.0/.libs/libSDL_sound.a
5. Build StepMania by running `pbxbuild' in the PBProject directory.

Steve Checkoway
steve@cs.washington.edu