These instructions were written assuming you're on a UNIX style system
and have a JDK installed which is greater than version 1.2.2.


Build
-----

NOTE: You may need to replace "setup.sh" with "setup.<some shell>" to reflect
what shell you are using.

Modify the file setup.sh to reflect your environment.  Key variables
are at the top of the file, most others use those as base paths.

source the setup file:

$ source setup.sh

change directories to the code directory.

$ cd code

run make.

$ make

This should create class files under the class directory.

See the README file for instructions on running the system.  If there
are any problems contact us via developers@openai.net or by joining
the irc channel #openai on irc.openprojects.net.

Thanks, and enjoy.


NOTE: This package will be moving to Ant for compilation in the next release.
