Differences From Artifact [ed546801c6]:
- File
README
— part of check-in
[f644c21488]
at
2010-09-26 04:40:28
on branch trunk
— Updated kitsh to support Windows
Removed executable bit from boot.tcl
Updated licensing
Added documentation regarding statically linking to Tk
Updated win32 build test to pass in path to zlib (user: rkeene, size: 5999) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | + - - - + + + | a. Bootstrap (optional, you can use an existing Tclkit): i. $ ./kitcreator ii. $ mv tclkit-8.4.19 tclkit-local iii. $ TCLKIT="`pwd`/tclkit-local" iv. $ export TCLKIT b. Cross-compile: i. $ CC=mipsel-linux-uclibc-gcc ii. $ CXX=false |
︙ |