From ee8186f3e147f1bf4c55efd930cddc236d7420fa Mon Sep 17 00:00:00 2001 From: lakata Date: Wed, 14 Aug 2002 21:09:16 +0000 Subject: [PATCH] updated docs to reflect new configure (TCL paths) --- README | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README b/README index 4e6db8a1..0133d3e0 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ _______________ This directory contains a copy of The Modules Package that uses Tcl (Tool Command Language) developed by John Ousterhout at Sun Microsystems. You -must obtain a copy of Tcl (at least version 7.3). Tcl should be available +must obtain a copy of Tcl (at least version 8.3). Tcl should be available either at the same site you obtained The Modules Package or from http://dev.scriptics.com/ . @@ -369,16 +369,22 @@ using the current module version. e.g. --prefix=/usr/local/Modules/@VERSION@ The default is to use "$prefix/lib/tcl". ------------------------------------------------------------------------ - --with-tcl-include= directory to lookup the TCL headers - --with-tcl-libraries= directory to lookup the TCL libs + --with-tcl= directory where tclConfig.sh lives + --with-tclinclude= directory where public tcl header + files live. --with_tclx_include= directory to lookup the TCLX headers --with_tclx_libraries= directory to lookup the TCLX libs - o will be passed to the C compiler using the -I or -L option in - order to specifiy directories to look up the TCL(X) includes and - libraries. - By default 'configure' will scan system directories in order to - locate the TCL(X) headers and libraries. + o the tclConfig.sh file was created when tcl was built, and has + pointers to where the libraries were installed. It is usually found + in $prefix/lib, where $prefix is the directory you installed TCL. + + o the path to the TCL header files will be passed to the compiler + using the -I option. + + NOTE: You will almost always need to specify both --with-tcl and + --with-tclinclude, because the include information is not part of + the tclConfig.sh file. ------------------------------------------------------------------------ --with-debug= Set up the debug level to the