$Author: magi $ $Date: 1999/11/14 13:05:37 $ $Revision: 1.5 $

There isn't much documentation, sorry.


-------------------------------------------------------------------------------
INSTALLING MAGICLIB

The magiclib should be installed so that its include files are in directory
INCLUDEDIR/magic/*.h.

This is done as follows:

   $ cd magic-*
   $ ./configure --prefix=/usr/local --includedir=/usr/local/include/magic
   $ make
   $ make install

-------------------------------------------------------------------------------
INSTALLING WARWORLD

   $ cd warworld-*
   $ ./configure --prefix=/usr/local/games
   $ make
   $ make install

The server executable will then be installed in /usr/local/games/bin.
-------------------------------------------------------------------------------
