Differences From Artifact [bcca4a4827]:
- File README — part of check-in [dc273ce4f7] at 2010-09-26 04:43:56 on branch trunk — Updated README (user: rkeene, size: 6989) [annotate] [blame] [check-ins using]
To Artifact [fc6e6612a1]:
- File
README
— part of check-in
[ad81f6cde8]
at
2010-09-26 04:44:08
on branch trunk
— KitCreator 0.3.1.x
Updated documentation regarding to new storage options (user: rkeene, size: 7261) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
47 48 49 50 51 52 53 54 55 56 57 58 59 60 | b. $ CXX='/opt/sunstudio12.1/bin/CC -m64' c. $ PATCH='gpatch' c. $ export CC CXX PATCH d. $ ./kitcreator 8.5.8 --enable-64bit 7. To clean up post-build: a. $ ./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. | > > > > > > > > | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | b. $ CXX='/opt/sunstudio12.1/bin/CC -m64' c. $ PATCH='gpatch' 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 with GNU Make. |
︙ | ︙ |