LBreakout2
LBreakout2 is a breakout-style arcade game, as a part of the LGames.
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)
- intltool
- sdl
- sdl-mixer
- libidn
- setup your terminal to use the gcc3 compiler, because gcc4 won't build with sdl stuff:
export CC=gcc-3.3
- change your library flags to link against intl:
export LDFLAGS=-L/sw/lib\ -lintl
- configure, build, and install:
./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info --with-libiconv-prefix=/sw --with-libintl-prefix=/sw --with-sdl-prefix=/sw --with-docdir=/sw/share/doc make sudo make install
* you can also set this up to run from the build directory by using the –disable-install configure flag