Menu

Tree [5e26dc] master /
 History

HTTPS access


File Date Author Commit
 docs 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 libraries 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 plugins 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 scripts 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 slashlex 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 src 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 test 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 world 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 .gitignore 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 AUTHORS 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 COPYING 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 ChangeLog 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 INSTALL 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 LICENCE 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 Makefile.am 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 Makefile.in 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 NEWS 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 README 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 STATUS 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 TODO 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 aclocal.m4 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 compile 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 config.guess 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 config.sub 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 configure 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 configure.ac 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 depcomp 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 doxygen.config 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 install-sh 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 missing 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.
 ylwrap 2010-08-01 Koryn Grant Koryn Grant [5e26dc] Initial commit.

Read Me

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/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.