Home

Impressum / Publisher

 

 

 

 

 

 


Stoppt die Vorratsdatenspeicherung - www.vorratsdatenspeicherung.de

TclKit 8.4.7

TclKit is an environment to run Tcl scripts within a single executable file.

Read details on http://www.equi4.com/tclkit.html.

I just happened to want to compile TclKit with a newer version of Tcl, namely Tcl 8.4.7.

Linux

Windows (XP)

TclKit 8.4.7 Howto

If you don't trust me and want to do that yourself, here is how:

  1. Get the Tcl/Tk sources from http://tcl.sourceforge.net/
  2. Get TclKit sources from http://www.equi4.com/tclkit.html
  3. unpack the sources of Tcl and Tk
  4. apply all.diff to Tk
  5. rename the tcl-8.4.7 directory to tcl and tk-8.4.7 to tk
  6. tar and gz both directories as tcl.tar.gz and tk.tar.gz
  7. replace the tcl/tk tars in TclKit with your versions
  8. follow the instructions in the README of TclKit

For Windows (XP) this process is not as easy as described in the README:

  • unpack the msvc6.tar.gz file
  • create a directory src and unpack all other tars in there
  • Open MS Visual Studio 6 with all.dsw
  • compile the targets kit/Release and kitsh/Release
  • use a real shell (like cygwin or msys) to append runtime.kit:
    • cat kit.exe ../runtime.kit >tclkit.exe
    • cat kitsh.exe ../runtime.kit >tclkit-sh.exe

If anybody finds out how to compile TclKit in Cygwin or msys/mingw please let me know. If anybody finds out how to create dsp/dsw files automatically: please let me also know.


Webmaster: webmaster AT silmor DOT de