Differences From Artifact [39c5346f75]:
- File
README
— part of check-in
[7b805333b0]
at
2010-09-26 04:40:35
on branch trunk
— KitCreator 0.0.8.x
Updated documentation regarding mipsel-linux cross-compiling (user: rkeene, size: 6023) [annotate] [blame] [check-ins using]
To Artifact [f879dbf338]:
- File README — part of check-in [d2e00f0f73] at 2010-09-26 04:41:24 on branch trunk — Added support for specifying a STRIP environment variable (user: rkeene, size: 6216) [annotate] [blame] [check-ins using]
︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + + + + | system. The default is "tclkit". A working tclkit is required for cross-compiling Tclkits. 4. STATICTK Specify this as "1" to statically link to Tk. The default action on most platforms is to dynamically link to Tk. 5. STRIP Specifies the tool you wish to be called to strip object files, archives, and shared objects. The default is "strip". You should probably set this if you are cross-compiling. ------------------- Method of Operation ------------------- Summary: 1. "kitcreator" calls */build.sh |
︙ |