source: trunk/src/tcl/library/README @ 204

Last change on this file since 204 was 204, checked in by dkearney, 18 years ago

initial version of tcl's rappture bindings.
read README for compile instructions.
still needs testing, example fxn calls in tcl_test.tcl

File size: 197 bytes
Line 
1to compile:
2./configure CC=g++ --prefix=/opt/rappture --with-tcl=/opt/rappture/lib --with-tclinclude=/opt/rappture/include
3make
4
5within tclsh
6    package require BLT
7    load libRapptureExt1.0.so
8
Note: See TracBrowser for help on using the repository browser.