
1. Edit the Imakefile to tell it where to find the high scores file.
2. do "xmkmf" 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 need xpmlib!!!  If you don't have it already, you can get it
    from ftp.x.org:/contrib/libraries

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

--> Sound only works on Linux and FreeBSD so far.  Bug Sujal
    (smpatel@wam.umd.edu) to write the rest!  (He says an rplay server
    which will be portable is in the works, plus a SunOS server)

  Makefile.std is a normal Makefile if for some reason imake fails or
does not exist on your system.  It is probably 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)
