Powermanga - a shoot 'em up game for X

PREREQUISITES

  You need
  - A 386 platform or a PowerPC platform
  - Linux or Mac OS X,
  - the GCC C++ compiler,
  - GNU make
  - (X11 with the MIT-SHM extension headers)
  - (LinuxThreads)
  - SDL
  - SDL_mixer

COMPILING AND INSTALLING

  To install in /usr/local :

        make
        su -c 'make install'

  To install in /usr :

        make PREFIX=/usr
        su -c 'make PREFIX=/usr install'

  To install in your home directory :

        make PREFIX=/home/bob
        make PREFIX=/home/bob install

  So there.



LEGAL

  Powermanga is copyright TLK Games 1998-2003 and available under the
  terms of the GNU General Public License. See COPYING for details.

