Index: README ================================================================== --- README +++ README @@ -49,10 +49,18 @@ c. $ export CC CXX PATCH d. $ ./kitcreator 8.5.8 --enable-64bit 7. To clean up post-build: a. $ ./kitcreator clean + + 8. Create a Tclkit without Metakit4 support (falls back to Zip for storage): + a. KITCREATOR_PKGS='tk itcl' + b. export KITCREATOR_PKGS + c. ./kitcreator + + 9. Create a Tclkit with Metakit4 support, but using Zip for storage: + a. $ ./kitcreator --enable-kit-storage=zip 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 Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.3.0.@@SVNLCR@@" +VERS="0.3.1.@@SVNLCR@@" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL}