LINUX

 COMPILING

   1) run ./fixunix.sh
   2) edit Makefile and misc/Makefile.unx as required.  (Probably
      include CFLAGS += -DNO_VIDEO_BITMAPS).
   3) make

 INSTALLING

   make install

   By default, this will copy files to:
    /usr/local/games/raid
    /usr/local/doc/raidem-0.2/
    /usr/local/share/games/raidem/

   User's config files can be placed in ~/.raidem/.  See
   doc/raidem-0.2/ for example config files.

 UNINSTALLING

   make uninstall
 
   All maps inside datadir/maps, and zips inside datadir/data will be
   removed.  Music will not be removed.


MINGW32

 COMPILING

   1) run fixdos.bat
   2) edit Makefile and misc/Makefile.mgw as required.
   3) make (or mingw32-make)

   Note: Make sure that you have set MINGDIR (case-sensitive).  DLLs
   for libpng, zlib and pthreads are inside misc/, if required.

 INSTALLING

   There is a NSIS installer script inside misc/ which will generate a
   setup program and uninstaller.  Alternatively, just dump the entire
   raid'em directory somewhere and make shortcuts.

 UNINSTALLING

   Use the uninstaller.  maps/*.map and data/*.zip will be deleted.


ALL

   If you are having trouble with zziplib for some reason, you can
   uncomment "NO_ZZIPLIB := 1" in the Makefile, but you will also need
   to unzip all of the zip files inside data/.  Files in data/foo.zip
   should be unzipped to data/foo/.
