Differences From 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]
To Artifact [87fce2e9a0]:
- File README — part of check-in [9e9595a17a] at 2010-09-26 04:38:47 on branch trunk — Updated to allow the user to specify an alternative patch tool (user: rkeene, size: 686) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | $ ./kitcreator 8.5.8 2. Create a Tclkit for Tcl from CVS HEAD: $ ./kitcreator cvs_HEAD 3. To clean up post-build: $ ./kitcreator clean | > > > > > > > > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | $ ./kitcreator 8.5.8 2. Create a Tclkit for Tcl from CVS HEAD: $ ./kitcreator cvs_HEAD 3. To clean up post-build: $ ./kitcreator clean Environment variables: 1. MAKE Specifies the tool you wish to be called to build targets from a Makefile. This script is generally more well tested with GNU Make. 2. PATCH Specifies the tool you wish to be called to apply unified diff patches. This script is generally more well tested with GNU Patch. |