At the moment, Lachesis/RPGServ is not configured to install anywhere.
You can, of course, move the binary anywhere; the data directory needs
to be within whatever directory is current when the bot starts. Or you
can change the data directory to a hardcoded path, it shouldn't be 
difficult.

To build Lachesis:

edit config.h to set features

make clean
make

(make clean is only needed if there are previous build remnants. If the 
previous build remnants are from RPGServ, you should use
make -f Makefile.RPGServ clean
instead.)

To build RPGServ:

edit config.h to set features

make -f Makefile.RPGServ clean
make -f Makefile.RPGServ

(make -f Makefile.RPGServ clean is only needed if there are previous build
remnants. If the previous build remnants are from Lachesis, you should use
make clean
instead.)

@(#) $Id: INSTALL,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $
