
1. Edit the Imakefile to tell XGalaga where to find/install its files
2. do "xmkmf -a" then "make"
3. Optionally do "make install" to install the binary in the X11 bin
   dir, and support files in another directory.  If you do not do
   "make install" you should just change XGALAGADIR in the Imakefile
   to this directory.

*** You can probably stop reading now and give it a shot.  Read on
*** if you have trouble.  Also make sure to read README.SOUND if
*** you are on something other than a Linux, FreeBSD or Sun machine.

--> You need xpmlib!!!  If you don't have it already, you can get it
    from ftp.x.org:/contrib/libraries.  If your libXpm is in a
    non-standard location, you will need to change ./Imakefile AND
    libsprite/Imakefile to point to the XPM library and includes.

--> You need an ANSI C compiler!  The Imakefile tries to force GCC.
    If this fails, you will have to change it to whatever your system
    uses.

--> XGalaga is known to work on the following platforms:
	Linux
	AIX
	HPUX
	SunOS
	Solaris(?)
	Ultrix
	SGI
	FreeBSD
    If yours isn't listed, let me know!

--> Sound now works on Linux, FreeBSD, and Suns with native support,
    and NAS support is provided for others.  See README.SOUND for
    details, or if you just want to charge ahead and try it,
    then change NAS_SOUND in the Imakefile to be #defined (instead
    of #undef'd) For systems with native support, you shouldn't
    need to change anything.

--> The Imakefile is known to not work on X11R4, due to changes in
    imake.  XGalaga *does* work though.  Mostly, you just need to
    take out all the XCOMM lines in ./Imakefile and
    libsprite/Imakefile in order to compile for X11R4.

  Makefile.std is a normal Makefile if for some reason imake fails or
does not exist on your system.  It is way out of date.

  As distributed, the images are compiled in to images.c, so you don't
need the images directory.  images.c and images.h are created
automatically by "mkimgsrc"; if you change any pixmaps, you will have
to rerun mkimgsrc to update images.c and images.h

  mkimgsrc was written by Bill Dyess (dyessww@eng.auburn.edu)
