This are the installation instructions for the Tclsee package on Debian GNU/Linux.
Install Prerequisites
- Download and install fossil. Alternatively:
sudo apt-get install fossil
- Debian packages:
sudo apt-get install build-essential tcl-dev
- Install SEE.
Download
- In a directory of your choice:
fossil clone https://at.magma-soft.at/fossil/tclsee/ tclsee.fossilmkdir tclseecd tclseefossil open ../tclsee.fossil
Install
- In the source directory:
make
Note: If you are not onx86_64
you will have to edit theMakefile
and adaptTCLSTUBSLIB_DEBUG
.
Quicktest
- In the source directory:
TCLLIBPATH=. tclshpackage require Tclseecatch {::see::interp x} see$see eval {a = 3+7}
- Expected result:
0.1invalid command name "x"while executing"x Events"
number 10.0