This directory contains the script-generation software and documentation/visualization.

To build the software:
1. Download Soar for your platform (soar.googlecode.com)
2. Run "build.bash" (you will be informed of arguments)
* Eclipse works fine!

To run the software:
1. Run "run.bash" (you will be informed of arguments)
* Eclipse works fine! But…
** You will need to inform the shell of the location
   of the Soar native libraries (in the "bin" folder).
   The "run.bash" file sets appropriate environmental
   variables for Mac/Linux. Windows would similarly
   set the PATH. This needs to be done with run
   configurations in Eclipse as well.

Other folders...

== graphviz ==
Rendered visualizations of each of the major sections 
of the example plan.

== javadoc ==
For convenience, documentation for the java source of
the script generator.

The src/scripter directory has a README.soar file that
documents the Soar agent (which is a VisualSoar project).
