Copyright (C) 1998 Robin Ericsson <lobbin@lobbin.ml.org>
This program is under GPL. See file COPYING for details.
AMCL = A simple Mud CLient

1. What is it?

    It is a client for connecting to MUD's (Multi User Dungeon), writtin 
for X-Windows using the the GIMP ToolKit (GTK+).

    Some window code was used from Xwhois 
<http://www.nexus.pp.se/software.html>. And some color code was
used from the GTK IRC client Bezerk <http://www.gtk.org/~trog/>

2. Requirements

    A c-compiler :), and the GTK+ (the GIMP ToolKit) which can be found
at ftp://ftp.gimp.org/pub/gtk. AMCL requires the newest version of GTK+,
currently 1.0.5 due to bugs in the text widget.

    AMCL has been reported to compile and run on the following platforms,
if you have a platform not included here, send me a mail to report.

    - Linux 2.0.x
    - Sun Solaris 2.6

3. Compiling
	
    ./configure
    make
    make install (optional)

    As AMCL now comes with a configure script, all you have to do is to
run that './configure' and hopefully that will configure AMCL for you
maching, then just  type 'make' in the directory, and hopefully the
binaries will be built for you.

4. Installing

    There isn't really a need for installing this program but to make it
easy for you, just lay it somewhere in your path, like /usr/local/bin or
~/bin if you don't have write permissions of /usr/local/bin.

5. Problems.

    Mail me <lobbin@lobbin.ml.org>. If this is a runtime bug, please 
include information about how I can reproduce the bug. Also include your
version of GTK+.

  * The version of GTK+     - gtk-config --version

    If it was a compiling bug, please include the following:

  * The version of GTK+     - gtk-config --version
  * System type/version     - uname -a
  * Output of ./configure   - ./configure > temp-config.txt
  * Output of make          - make > temp-make.txt

6. Contacting

Robin Ericsson (aka Lobbin)
lobbin@lobbin.ml.org
