Long overdue update

This commit is contained in:
Steve Checkoway
2003-10-19 03:11:25 +00:00
parent 2a50176194
commit e11ce0f583
+21 -20
View File
@@ -1,24 +1,25 @@
BUILD BUILD
The build process has been revised a little bit. The build process has been revised again.
1. Download StepMania Libs.tgz from: 1. Download StepMania from sourceforge.
http://cs.washington.edu/homes/steve/sm/StepMania_Libs.tgz 2. Install StepMania and the libraries using the included installer
2. Decompress and install `StepMania_Libs.tgz' using Install.app. 3. Install ffmpeg by running the following commands from the terminal:
3. Cd to the PBProject directory enter: $ touch ver.cpp cvs -z9 -d:pserver:[email protected]:/cvsroot/ffmpeg login
4. Build StepMania by running `pbxbuild' in the PBProject directory. cvs -z9 -d:pserver:[email protected]:/cvsroot/ffmpeg co ffmpeg
cd ffmpeg
./configure
NOTES make
1. `StepMania Libs.pkg' is the same package that the users will be installing make test
to run StepMania. su
make install
2. The `StepMania Libs.pkg' can be generated by running the install -d /usr/local/lib
`copy_files_for_libs.sh' script. This requires that the latest versions of SDL, install -m 644 libavcodec/libavcodec.a libavformat/libavformat.a /usr/local/lib
SDL_image, libogg, libmad, libvorbis, libjpeg, libpng, and zlib be installed in install -d /usr/local/include/ffmpeg
/usr/local. This can be done by downloading: install -m 644 libavcodec/avcodec.h libavformat/avformat.h libavformat/avio.h \
*FINISH ME* get the list of URLs. *FINISH ME* libavcodec/common.h libavformat/rtp.h libavformat/rtsp.h \
and installing them using the GNU build system. libavformat/rtspcodes.h /usr/local/include/ffmpeg
Then, open `StepMania.pmsp' with PackageMaker, change the root path as outlined exit
in `copy_files_for_libs.sh' and create the package. 4. Cd to the PBProject directory enter: $ touch ver.cpp
5. Build StepMania by running `pbxbuild' in the PBProject directory.
Steve Checkoway Steve Checkoway
[email protected] [email protected]