diff options
author | hobbs <hobbs@noemail.net> | 2002-10-10 05:01:19 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-10-10 05:01:19 (GMT) |
commit | 9db68dad8bcada688d06d74a0edcf544118380f6 (patch) | |
tree | 0eaca26b5a18cb94a6f3ece2dad91a6ff3a17e38 /unix/README | |
parent | db73bf51dc7dbb87fad21da0ad41fbc2f2567024 (diff) | |
download | tk-9db68dad8bcada688d06d74a0edcf544118380f6.zip tk-9db68dad8bcada688d06d74a0edcf544118380f6.tar.gz tk-9db68dad8bcada688d06d74a0edcf544118380f6.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.
FossilOrigin-Name: f1a68625005ce4aae8a2571fa158927b64fe1022
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 7 |
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) |