Tclsee

install
Login

install

This are the installation instructions for the Tclsee package on Debian GNU/Linux.

Install Prerequisites

sudo apt-get install fossil
sudo apt-get install build-essential tcl-dev

Download

fossil clone https://at.magma-soft.at/fossil/tclsee/ tclsee.fossil
mkdir tclsee
cd tclsee
fossil open ../tclsee.fossil

Install

make
Note: If you are not on x86_64 you will have to edit the Makefile and adapt TCLSTUBSLIB_DEBUG.

Quicktest

TCLLIBPATH=. tclsh
package require Tclsee
catch {::see::interp x} see
$see eval {a = 3+7}
0.1
invalid command name "x"
while executing
"x Events"
number 10.0