@@ -19,10 +19,16 @@ 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