Overview
Comment: | Updated to support supplying a TCLKIT environment variable
Updated documentation with more examples and expanded synopsis |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0616230931430cf1384e8be533cb647d |
User & Date: | rkeene on 2010-09-26 04:39:27 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:39 | Updated documentation check-in: 1eb97d8535 user: rkeene tags: trunk | |
04:39 |
Updated to support supplying a TCLKIT environment variable
Updated documentation with more examples and expanded synopsis check-in: 0616230931 user: rkeene tags: trunk | |
04:39 |
KitCreator 0.0.6.x
Updated pre-release build script to error out if configure fails. check-in: 65a6c41656 user: rkeene tags: trunk, 0.0.6 | |
Changes
Modified README from [87fce2e9a0] to [ed4af58f56].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + | This will build a Tclkit named "tclkit-<version>". Usage: |
Modified kitsh/build.sh from [6cd5958958] to [75bca485ac].
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + + - + - + | ## Rename the "vfs" package directory to what "boot.tcl" expects mv 'starpack.vfs/lib'/vfs* 'starpack.vfs/lib/vfs' ## Install "boot.tcl" cp 'boot.tcl' 'starpack.vfs/' # Intall VFS onto kit ## Determine if we have a Tclkit to do this work TCLKIT="${TCLKIT:-tclkit}" |
︙ |