What happened to this site? And what's that
frog
about?
downloading tclkit
From the old Equi4 Software site wiki
On Windows
download
/pub/tk/tclkit-win32.upx.exe
rename the downloaded file to "tclkit.exe"
Try it out:
launch, i.e. double-click on the "tclkit.exe" runtime
you'll see a Tcl window titled "Console" and a smaller grey Tk window titled "Tclkit"
quit tclkit (enter "exit" in the Tcl console window)
On Unix
download the appropriate
tclkit-*.gz
file from
/pub/tk/
rename the downloaded file to "tclkit.gz"
uncompress the file using "gzip -d tclkit.gz"
make the resulting file executable with "chmod +x tclkit"
Try it out:
launch, i.e. type "tclkit" (pr perhaps "./tclkit")
enter "package require Tk" at the "%" Tcl command prompt
you'll see a Tcl window titled "Console" and a smaller grey Tk window titled "Tclkit"
quit tclkit (enter "exit" at the Tcl command prompt)
Last modified
2002-11-01
(local)
Note: you are looking at the snapshot of an old wiki - some of this information is likely to be very outdated
Powered by
Mavrig
© 2007
jcw