
OpenGL and Scriptol


Requirement:
- the scriptol to c++ compiler
- the opengl32.dll file (may be distributed with the graphical card)
- glut installed. (www.opengl.org/resources/libraries)
  glut32.dll is available in oglsol.zip from the download page at scriptol.com.
- Visual C++ (tested with visual C++ 7 coming with the dotnet SDK).


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


