summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-02-05 12:09:16 (GMT)
committerhobbs <hobbs@noemail.net>2000-02-05 12:09:16 (GMT)
commit0a09fcdee649e03b4c91a4b3add8264fa773b7ac (patch)
tree93146bf83fe6e9ad4ebea39e646892805c9d19c0 /unix/README
parent6fab49146b8bc3eb40c0d5240e857be36b816113 (diff)
downloadtcl-0a09fcdee649e03b4c91a4b3add8264fa773b7ac.zip
tcl-0a09fcdee649e03b4c91a4b3add8264fa773b7ac.tar.gz
tcl-0a09fcdee649e03b4c91a4b3add8264fa773b7ac.tar.bz2
* unix/README: fixed notes about --enable-shared and add note
about --disable-shared. FossilOrigin-Name: 9e1610ece1e8641a0e2a41d5acc758d691a712b1
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/unix/README b/unix/README
index 1be100e..684970c 100644
--- a/unix/README
+++ b/unix/README
@@ -18,7 +18,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.8 1999/10/05 22:46:40 hobbs Exp $
+RCS: @(#) $Id: README,v 1.9 2000/02/05 12:09:16 hobbs Exp $
How To Compile And Install Tcl:
-------------------------------
@@ -63,7 +63,11 @@ How To Compile And Install Tcl:
if your system supports it.
--enable-shared If this switch is specified, Tcl will compile
itself as a shared library if it can figure
- out how to do that on this platform.
+ out how to do that on this platform. This
+ is the default on platforms where we know
+ how to build shared libraries.
+ --disable-shared If this switch is specified, Tcl will compile
+ itself as a static library.
Note: be sure to use only absolute path names (those starting with "/")
in the --prefix and --exec_prefix options.