Installation Guide
------------------

First install Tcl/Tk 8.4 or better if it is not already installed.
You can get the the latest releases at http://tcl.sourceforge.net.
Mmucl will use another thread to do async lookups if you build Tcl/Tk
with thread support.

If you want to use the Gnome interface you must install
Tcl-Gtk http://tcl-gtk.sourceforge.net. The readline interface requires
tclreadline, http://tclreadline.sourceforge.net.
MUD's which use MCCPare supported through an extension available at,
http://tcl-mccp.sourceforge.net/

The distibution creates its own directory when uncompressed.

On windows and mac machines, start mmucl by clicking on "mmucl.tcl"
in the main directory.

On unix machines edit the Makefile to decide where Mmucl will be
installed and point Mmucl to your Tcl install, then do a "make
install". A startup script called "mmucl2" that starts the various
interfaces will be created.  You can do "mmucl2 --help" to get usage
information. To just try out mmucl without installing do "tclsh8.4
mmucl.tcl" from the main directory. To just read the manual do "make
mmucl.info" or "make mmucl.html" to generate the manual in your
favorite format.
