Differences From Artifact [f69d781deb]:
- File README — part of check-in [d8050c2a9f] at 2010-09-26 04:38:16 on branch trunk — Added minimal README (user: rkeene, size: 75) [annotate] [blame] [check-ins using]
To Artifact [ee845dc1ff]:
- File
README
— part of check-in
[c151e65b1d]
at
2010-09-26 04:38:39
on branch trunk
— Added support for specifying what version of Tcl to build
Updated documentation (user: rkeene, size: 365) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + + + + + + + + + - + + + + |
This will build a Tclkit named "tclkit-<version>".
Usage:
kitcreator {<version> | cvs_<cvsTag> | clean | distclean}
Default is to create a Tclkit from Tcl version 8.4.19
Examples:
1. Create a Tclkit for Tcl 8.5.8:
$ ./kitcreator 8.5.8
2. Create a Tclkit for Tcl from CVS HEAD:
|