Overview
Comment: | Documentation update Updated Makefile to pass arguments to for .kit/install |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
20955a4d7c73458ca59f43ac2881cbe3 |
User & Date: | rkeene on 2009-04-19 20:08:06 |
Other Links: | manifest | tags |
Context
2009-04-20
| ||
09:22 | Updated sanity check for build check-in: 7dc455e900 user: rkeene tags: trunk | |
2009-04-19
| ||
20:08 | Documentation update Updated Makefile to pass arguments to for .kit/install check-in: 20955a4d7c user: rkeene tags: trunk | |
10:00 | Teaparty 0.9.2.x check-in: 89e9cdb81b user: rkeene tags: trunk | |
Changes
Modified Makefile from [86357e8d20] to [a02a1535c2].
|
Added Makefile.defs version [4478d49a92].
|
Modified README.txt from [39ba51f6e4] to [f1002c2aaf].
︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + + + + | # make install TCLDIR=your_particular_directory (note that it will create a "teapotclient0.1" directory and but no "lib" or similar directory) c. If you wish to install into an alternate root directory (i.e., for packaging), execute: # make install DESTDIR=your_new_rootdir This will search for a "tclConfig.sh" in the destination directory. d. If you wish to install into an alternate prefix (default is "/usr/local"), execute: # make install PREFIX=your_new_prefix (note that this only affects the search path and where the "teapot-client" script is installed, not where the package goes directly) Note that the install directory is not encoded in the script in any way so it can be safely moved after installation. 2. Using -------- |
︙ |
Modified client/Makefile from [688e4e23af] to [66938c5bee].
| 1 2 3 4 5 6 7 8 | - - - - - - + |
|
︙ |