Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Barrage ====== Barrage is an arcade shooting game, as a part of the LGames. * http://lgames.sourceforge.net/ ===== System Configuration ===== * Mac OS X 10.4.8 * Powermac G5 Dual 1.8 Ghz ===== Prerequisites ===== * Fink * Apple's X11 ===== Build and Installation Steps ===== - Using Fink, make sure the following packages are installed: (maybe some aren't needed, but this is what I used) - sdl - sdl-mixer - setup your terminal to use the gcc3 compiler, because gcc4 won't build with sdl stuff:<code> export CC=gcc-3.3 </code> - configure, build, and install barrage:<code> ./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info --with-sdl-prefix=/sw --with-docdir=/sw/share/doc make sudo make install </code> * you can also set this up to run from the build directory by using the --disable-install configure flag docs/mac/builds/games/barrage.txt Last modified: 2008/08/03 00:25by 127.0.0.1