LabTk - The laboratory tool kit
LabTk is a command line implementation of the GECO library.
It extends tclsh
with the functionalities of GECO.
LabTk requires a local installtion of the GECO library.
Using make, in the directory containing the LabTk Makfile:
make
To install LabTk system wide
sudo make install
This will copy labtk
to /usr/local/bin
This will copy labtkrc.tcl
to /usr/local/share/labtk
To clean up the working directory
make clean
In a terminal execute
labtk
to launch LabTk.