startup.txt 616 B

12345678910111213141516
  1. Startup should be pretty easy. To compile, simply go into the src directory and
  2. type "make". Everything should compile automagically. From here, to start, you
  3. simply type ./NakedMud [port] & If you do not supply a port, the MUD will
  4. start up on port 4000 by default.
  5. If you're having troubles compiling when it gets to the scripts, you will want
  6. to read src/scripts/module.mk
  7. If you've got other problems and cannot figure out what to do, you can try
  8. giving me a description of your problem, and I'll see if I can help you out. No
  9. promises, though.
  10. Geoff Hollis
  11. hollisgf@email.uc.edu
  12. http://www.uc.edu/~hollisgf/