Overview
SHA1: | c814d6b5fac5567063f5839a63624ae05a30c228 |
---|---|
Date: | 2014-06-05 18:32:04 |
User: | venks |
Comment: | Add environment variables description for cross compilation to README |
Timelines: | family | ancestors | descendants | both | exp-venks |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | folders | manifest |
Tags And Properties
- branch=exp-venks propagates to descendants
- sym-exp-venks propagates to descendants
- sym-trunk cancelled
Context
2014-06-05
| ||
18:44 | [23aaf64896] Closed-Leaf: Update cross-compilation environment variable descriptions in README. (user: venks, tags: exp-venks) | |
18:32 | [c814d6b5fa] Add environment variables description for cross compilation to README (user: venks, tags: exp-venks) | |
2014-06-02
| ||
01:42 | [f083221ace] Make sure we skip the "common" directory (user: rkeene, tags: trunk) | |
Changes
Modified README from [2bc0f41d6f] to [223643184c].
138 139 140 141 142 143 144 145 146 147 148 149 150 151 |
tcltest Additionally, any bundled packages (in the "pkgs" directory) are excluded. This typically includes (as of Tcl 8.6): itcl thread Also, TclOO is removed from Tcl 8.6 forcefully. Kitsh Configure Options: 1. --enable-kit-storage={zip|mk4|auto} Specify which type of storage to use with the Tclkit. The default is to auto-detect. Auto-detection uses Mk4 if available and built statically, otherwise it falls back to Zip. |
> > > > > > > > > > > > > > > > > > > > > > |
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
tcltest Additionally, any bundled packages (in the "pkgs" directory) are excluded. This typically includes (as of Tcl 8.6): itcl thread Also, TclOO is removed from Tcl 8.6 forcefully. Cross compiling Environment Variables: 1. CC C compiler e.g. i686-pc-mingw32-gcc 2. CXX C++ compiler if required could be just set to the string "false". e.g. i686-pc-mingw32-g++ 3. AR Library creator e.g. i686-pc-mingw32-ar 4. RANLIB Library post processing script e.g. i686-pc-mingw32-ranlib On Windows we also need this: 5. RC Resource compiler : e.g. i686-pc-mingw32-windres Kitsh Configure Options: 1. --enable-kit-storage={zip|mk4|auto} Specify which type of storage to use with the Tclkit. The default is to auto-detect. Auto-detection uses Mk4 if available and built statically, otherwise it falls back to Zip. |