Powermanga - a shoot 'em up game for X

PREREQUISITES

  You need
  - A 386 platform or a PowerPC platform
  - Linux,
  - the GCC C++ compiler,
  - GNU make
  - X11 with the MIT-SHM extension headers
  - LinuxThreads

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.


  NOTES 

  if you do not have a processor x86, type 
  make ASSEMBLER=0 
  instead
  make


LEGAL

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

