
OpenGL and Scriptol


Requirement:
- the scriptol to c++ compiler
- the libGL.so, libGLU.so, libglut.so 


How to build:
- Move to the scriptolc directory
- Type:
   ./setup openGl
  This does install the scriptol file into this directory.
- Return to this directory and type:
   ./solc -bre particle
  Builds and run the executable.


