Simple compile procedure
========================

  % ./configure -c
  % make

To compile PROLIX for gtk use

  % ./configure -g
  % make

Setup procedure
===============

  You will need to create a config.txt file. There is a
  config-sample.txt file that you can use as a reference.

Client Types
============

    client w2bn
    client star
    client sexp
  
Dynamic Modules
===============

  There are several modules in the prolix/modules/ directory.
  You can just type

    % make

  in the directory to compile them. You can add in the config.txt file
    module samplebot

  to load the ./samplebot.so file, or you can type
    /load ./samplebot.so

  to dynamically load it into the bot while it is running.

  to unload it type
    /unload


Color Problems
==============

  I've had some color problems in linux if you do not have
  
  % export TERM=linux

  set. This appears to be a problem with ncurses. With TERM
  set to ansi, you can get some really strange results.
  <shrugs>

  With FreeBSD you may want to have

  % export TERM=xterm-color
