On Windows
- download http://www.equi4.com/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 http://www.equi4.com/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
2002-11-01
(local)
Note: you are looking at
the snapshot of an old wiki
- much of this information
is likely to be very outdated
