Index: HEADER ================================================================== --- HEADER +++ HEADER @@ -1,8 +1,9 @@ @@UTIL@@ @@VERS@@ Release information: + home: http://kitcreator.rkeene.org/ pkg: @@UTIL@@ version @@VERS@@ url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz date: @@DATE@@ -------------------------------------------------------------------------- Index: README ================================================================== --- README +++ README @@ -57,10 +57,16 @@ b. export KITCREATOR_PKGS c. ./kitcreator 9. Create a Tclkit with Metakit4 support, but using Zip for storage: a. $ ./kitcreator --enable-kit-storage=zip + + 10. Create a KitDLL without Metakit support (will not create a Tclkit + binary, just the library): + a. $ KITCREATOR_PKGS='tk itcl kitdll' + b. $ export KITCREATOR_PKGS + c. $ ./kitcreator 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