
ANATOLIAMUD INSTALLATION OVERVIEW

Quick Start Guide
--------------------

For complete installation documentation, see doc/install.txt or
http://www.anatoliamud.org/doc/install.html

  $ ./configure --prefix=PREFIX --with-src-install --with-doc-install
  $ make
  $ make install
  $ PREFIX/bin/ctl_anatolia.sh start

Replace PREFIX with the filesystem path under which AnatoliaMUD should
be installed.  A typical installation might use "/usr/local/anatoliamud"
for PREFIX.

Non-standard configure options in the anatolia configuration:
  * --with-doc-install[=DIR] Enable installation of Anatolia documentation
                             Default DIR = $prefix/doc
  * --with-src-install[=DIR] Enable installation of Anatolia C code for dev
                             Default DIR = $prefix/src
  * --enable-fast-server     Enable optimization for faster servers
                             CPU MHz >= 100MHZ + (10MHz * num of players)

The easiest way to find all of the configuration flags for AnatoliaMUD 3.1
is to run "./configure --help"

Thanks for using the AnatoliaMUD, version 3.1.

Supported Platforms
---------------------
 * Linux/x86,Alpha,AMD64
 * FreeBSD/x86
 * NetBSD/x86
 * Solaris/Sparc
 * MacOSX
 * AIX**
 * HPUX**

No Longer Supported Platforms
------------------------------
 * Apollo
 * Interactive
 * Next
 * Sequent
 * Ultrix
 * SunOS

Description of Anatolia directories
------------------------------------
  PREFIX/bin/   : (bindir)* anatolia binary and start/stop script

  PREFIX/doc/   : (datadir/doc)* documentation and license information
  PREFIX/doc/License     : License information
  PREFIX/doc/Merc-Docs   : Older documentation
  PREFIX/doc/Old-readmes : Older readme files
  PREFIX/doc/Samples     : Sample player file: Conrad the Implementer
  PREFIX/doc/Updates     : Information/updates for all Anatolia releases

  PREFIX/etc/   :  (sysconfdir)* configuration files for the game

  PREFIX/lib/   :  (libdir)* area and player files.
  PREFIX/lib/areas   : location of area files
  PREFIX/lib/gods    : extra files associated to Gods
  PREFIX/lib/notes   : anatolia notes, bugs and ban files
  PREFIX/lib/players : all player files
  PREFIX/lib/remort  : backup of remorted players's player files

  PREFIX/src/   : (datadir/src)* source files of the anatolia binary

  PREFIX/var/   : (localstatedir)* intermediary files generated by the game
  PREFIX/var/log : anatolia log files are stored here
  PREFIX/var/run : location of the anatolia pid file 

  *: Can be modified with the configuration options. Run "./configure --help" for further information on how to set them.


Installation of Anatolia as a System Service:
-----------------------------------------------
  $ ./configure --bindir=/usr/bin --sysconfdir=/etc/anatolia \
                --localstatedir=/var/anatolia --libdir=/var/lib/anatolia \
                --with-src-install=/usr/src/anatolia-3.1 \
                --with-doc-install=/usr/share/doc/anatolia-3.1
  $ make
  $ make install
  $ cp /usr/bin/ctl_anatolia.sh /etc/init.d/anatolia
  $ chkconfig --add anatolia
  $ service anatolia start


AnatoliaMUD Consortium
http://www.anatoliamud.org

-----------------------------------------------
**: HP-UX and AIX compilation tests are not fully completed. If you have
problems compiling Anatolia on them, please email us and we will be happy
to help you compile it on HP-UX and AIX.
