1
2If you've installed XGalaga before v2.0, forget what you learned.
3With XGalaga 2.0, GNU autoconfigure is used.  This means that most
4people should be able to do:
5
6./configure
7make
8make install
9
10and be done. Make sure to have root privileges for make install.
11
12  You may want to look at config.h after running configure and change
13some of the options.
14
15*** You can probably stop reading now and give it a shot.  Read on
16*** if you have trouble.  Also make sure to read README.SOUND if
17*** you are on something other than a Linux, FreeBSD or Sun machine.
18
19--> You need xpmlib!  If you don't have it already, you can get it
20    from ftp.x.org:/contrib/libraries.  If your libXpm is in a
21    non-standard location, you will need to give the location to
22    configure with --with-xpm-lib=DIR.
23
24--> XGalaga is known to work on the following platforms:
25	Linux
26	AIX
27	HPUX
28	SunOS
29	Solaris(?)
30	Ultrix
31	SGI
32	FreeBSD
33    If yours isn't listed, let me know!
34    However, I've only tested Linux since the switch to autoconf.
35    Please send me a patch if you have to do anything to make it compile.
36
37--> Sound now works on Linux, FreeBSD, and Suns with native support,
38    and NAS support is provided for others.  See README.SOUND for
39    details, or if you just want to charge ahead and try it,
40    then change NAS_SOUND in the Imakefile to be #defined (instead
41    of #undef'd) For systems with native support, you shouldn't
42    need to change anything.
43
44  As distributed, the images are compiled in to images.c, so you don't
45need the images directory.  images.c and images.h are created
46automatically by "mkimgsrc"; if you change any pixmaps, you will have
47to rerun mkimgsrc to update images.c and images.h
48
49  mkimgsrc was written by Bill Dyess (dyessww@eng.auburn.edu)
50