Powermanga - a shoot 'em up game for X

PREREQUISITES

  You need
  - A 386 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.

LEGAL

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

