..
828 all.diffs 2006-04-19
1.8 K build-mac-tclkits.tcl 2008-01-20
447 genboot 2006-04-19
24.8 K genkit 2008-01-20
499 K itcl.tar.gz 2008-01-20
137 K kit.tar.gz 2008-01-20
29.8 K kitgen.tgz 2007-08-11
1.21 K Makefile 2006-04-19
868 K mk.tar.gz 2007-06-18
930 mkunivkit.tcl 2007-09-26
8.62 K msvc6-85.tar.gz 2007-07-04
7.71 K msvc6.tar.gz 2007-06-27
118 K runtime-sh.kit 2008-02-14 <browse>
254 K runtime.kit 2008-02-28 <browse>
150 K runtime85-sh.kit 2008-02-14 <browse>
327 K runtime85.kit 2008-02-28 <browse>
152 K runtime86-sh.kit 2008-04-22   09:50 <browse>
330 K runtime86.kit 2008-04-22   09:50 <browse>
3.68 Mb tcl.tar.gz 2008-02-14
4.44 Mb tcl85.tar.gz 2008-02-14
7.26 Mb tcl86.tar.gz 2008-04-22   09:25
3.41 Mb tk.tar.gz 2008-02-14
3.8 Mb tk85.tar.gz 2008-02-14
3.72 Mb tk86.tar.gz 2008-04-22   09:25
247 K vfs.tar.gz 2008-01-20
219 K vqtcl.tgz 2007-06-25
502 K zlib.tar.gz 2007-06-16

You are looking at http://www.equi4.com/pub/tk/tars/README.

The files in this area are all you need to build TclKit on Unix.

The tar/gz files are essentially the official releases with one minor patch
to Tk, as listed in "all.diffs':
	Tcl/Tk 8.4.16, Tcl/Tk 8.5b1, Metakit 2.4.9.7 (from SVN)
	Itcl 3.4 (from CVS), TclVFS 1.3.1 (from CVS)
	Tclkit (from SVN, not versioned)

See the build instructions in http://www.equi4.com/BuildingTclkit for
details and background info about the build process.  In a nutshell:

 1. get the "genkit" script, put it in a fresh directory
 2. run the following shell commands:
       tclsh genkit A	      <-- this fetches & unpacks all the files
       tclsh genkit B tcl     <-- this builds a static tclsh
       sh genkit B    	      <-- this builds all other packages
       sh genkit C	      <-- this wraps all build results into a tarball
       sh genkit D	      <-- this does a quick check that the exe works
       sh genkit E	      <-- this builds a final one, using itself
       mv tclkit-`hostname` tclkit
 3. fooled ya, there is no step 3 :)

For all issues related to tclkits and starkits, see the mailing list:
	http://groups.google.com/group/starkit

-jcw