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
--------
|