What happened to this site? And what's that frog about?

downloading tclkit

From the old Equi4 Software site wiki 

On Windows

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)




Powered by Mavrig