Differences From Artifact [ed4af58f56]:
- File
README
— part of check-in
[0616230931]
at
2010-09-26 04:39:27
on branch trunk
— Updated to support supplying a TCLKIT environment variable
Updated documentation with more examples and expanded synopsis (user: rkeene, size: 1863) [annotate] [blame] [check-ins using]
To Artifact [60e65cba00]:
- File README — part of check-in [1eb97d8535] at 2010-09-26 04:39:31 on branch trunk — Updated documentation (user: rkeene, size: 1891) [annotate] [blame] [check-ins using]
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | + - + | iii. $ RANLIB=mipsel-linux-uclibc-ranlib iv. $ export CC AR RANLIB v. $ ./kitcreator --host=mipsel-linux-uclibc 5. Compile a 64-bit Tclkit 8.5.8 using SunStudio 12.1 on Solaris/x86: a. $ CC='/opt/sunstudio12.1/bin/cc -m64' b. $ CXX='/opt/sunstudio12.1/bin/CC -m64' c. $ PATCH='gpatch' |
︙ |