Instigate Scripting Library

Project Information

C++ library that allows to implement TCL, Python (and others in future) embedded scripting API into application by registering C++ functions as TCL/Python commands, and evaluation TCL/Python code from C++ functions.

Installation

To install Instigate Scripting Library:

  • Download and extract library
  • Change dir to the extracted directory
  • Build the project:
    • make setup
    • make all
  • Install the project using "make install" command. The default installation directory is /opt/instigate/scripting/<version>.
To uninstall simply delete the library directory and it will be completely removed from your system.

Contact and support information

Feel free to e-mail questions and suggestions to info at instigatedesign dot com. Commercial support is also available.

Licence

Instigate Scripting Library is a free software distributed under GNU Lesser General Public License.

Many thanks

The library was created by interns and students of Instigate Training Center.
Special thanks to SourceForge for hosting the download files and making this project available.