Table of Contents

Barrage

Barrage is an arcade shooting game, as a part of the LGames.

System Configuration

Prerequisites

Build and Installation Steps

  1. Using Fink, make sure the following packages are installed: (maybe some aren't needed, but this is what I used)
    1. sdl
    2. sdl-mixer
  2. setup your terminal to use the gcc3 compiler, because gcc4 won't build with sdl stuff:
    export CC=gcc-3.3
  3. configure, build, and install barrage:
    ./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info --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