An assumption is made that you have already downloaded and installed the latest SIMPL code.
NOTE: The SIMPL-Tcl/Tk shared library requires some of the headers contained in the Tcl/Tk source package in order to compile. Be sure that you have BOTH the Tcl/Tk runtime and the Tcl/Tk source packages installed on your Linux system before doing the following steps.
Step 1: Download the latest SIMPL-Tcl/Tk source tar.gz file to your system if you have not already done so (~6k)
Step 2:To undo the gzip'd tar file simply perform the following steps:
This will create an $SIMPL_HOME/tcl tree and place all of the source
for the code in there.
Alternatively you can
cd $SIMPL_HOME/tcl
make clobber
make install
This will create the Tcl/Tk shared library and move it to $SIMPL_HOME/lib.
There is an online course that utilizes the Tcl/Tk-SIMPL interface.
There are a couple of other open source projects which make use of the Tcl/Tk-SIMPL interface