SlashMUD Git
Status: Alpha
Brought to you by:
koryn
README ====== SlashMUD is a Mac OS X port of a Mac OS 8/9 MUD server. The project website is http://www.slashmud.org/ LICENCE Unless otherwise specified, all source files are covered by the LICENCE file. Prerequisites ------------- autoconf 2.61 automake 1.10 gcc 4.0.1 libtool 1.5.24 Building -------- Run the command: $ scripts/buildStandard.sh indent ------ The .indent.pro file is for indent-2.2.9, NOT the built-in version of indent that ships with Mac OS X. Version 2.2.9 of indent is available at http://www.gnu.org/directory/indent.html indent 2.2.9 compiles and installs on Mac OS X with the usual $ ./configure $ make # make install You may get errors when 'make' or 'make install' builds the texinfo manual, but the end result will still be a copy of indent in /usr/local/bin. doxygen ------- The doxygen.config file is for auto-building documentation using doxygen. Install the Mac OS X version of doxygen from http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc and then type $ doxygen doxygen.config in the slashmudx directory. Documentation will be generated to the docs/html and docs/latex directories. Further information about doxygen is available at http://www.doxygen.org/