Quick installation

More detailed installation instructions appear in the documentation.

1. Unzip and untar agent.1.1.tar.gz

2. Edit "Makefile"

   a. Change SERVER_TCP_PORT to the desired port number

   b. Change the installation directories as desired.  Note that some of the
      library and include files have the same names as their standard Tcl/Tk
      counterparts.  Make sure that you install into a different directory.
 
   c. Uncomment the appropriate group of switches

3. Compile by typing "make"

4. Install by typing "make install"

5. Start the server

   a. Switch into the "scripts/start" subdirectory

   b. Edit "agent.access" to reflect your set of machines

   c. Edit "agent.languages" to reflect the installed location of the "agent"
      and "agent-tk" interpreters

   d. Edit "startup" to reflect the installed location of the "agentd" server,
      the desired location of the lock and log files and the name of your
      machine

   e. Start the server by typing "source startup" or "./startup"
