summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-10 05:01:20 (GMT)
committerhobbs <hobbs>2002-10-10 05:01:20 (GMT)
commitea99cee25a420695da7bd29c5192575f9d34907d (patch)
tree0eaca26b5a18cb94a6f3ece2dad91a6ff3a17e38 /unix/README
parent5d44339297483bc5ad5e6059dd8a959efc44ae73 (diff)
downloadtk-ea99cee25a420695da7bd29c5192575f9d34907d.zip
tk-ea99cee25a420695da7bd29c5192575f9d34907d.tar.gz
tk-ea99cee25a420695da7bd29c5192575f9d34907d.tar.bz2
* unix/README: doc'ed --enable-symbols options.
* unix/Makefile.in: comment docs * unix/configure: regen * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now.
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/unix/README b/unix/README
index 16ee435..dfa112d 100644
--- a/unix/README
+++ b/unix/README
@@ -20,7 +20,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.17 2002/09/27 18:09:53 dgp Exp $
+RCS: @(#) $Id: README,v 1.18 2002/10/10 05:01:23 hobbs Exp $
How To Compile And Install Tk:
------------------------------
@@ -58,7 +58,10 @@ How To Compile And Install Tk:
how to build shared libraries.
--disable-shared If this switch is specified, Tk will compile
itself as a static library.
- --enable-symbols build with debugging symbols
+ --enable-symbols build with debugging symbols By default
+ standard debugging symbols are used. You
+ can specify the value "mem" to include
+ TCL_MEM_DEBUG memory debugging.
--disable-symbols build without debugging symbols
--enable-64bit enable 64bit support (where applicable)
--disable-64bit disable 64bit support (where applicable)