summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-03-05 20:34:15 (GMT)
committerhobbs <hobbs>2002-03-05 20:34:15 (GMT)
commit93c12d8e5595aac35d4151233bee8dadf6692ba9 (patch)
tree3e64c53fb9af4efc9f15949cb517e4b77c2dc64c /unix
parentf012a45dd44a155acf6f2eaa2be34cd98d5cd5b7 (diff)
downloadtk-93c12d8e5595aac35d4151233bee8dadf6692ba9.zip
tk-93c12d8e5595aac35d4151233bee8dadf6692ba9.tar.gz
tk-93c12d8e5595aac35d4151233bee8dadf6692ba9.tar.bz2
added --* options docs
Diffstat (limited to 'unix')
-rw-r--r--unix/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/unix/README b/unix/README
index c51fc02..8c65b7b 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.13 2002/03/04 23:31:45 hobbs Exp $
+RCS: @(#) $Id: README,v 1.14 2002/03/05 20:34:15 hobbs Exp $
How To Compile And Install Tk:
------------------------------
@@ -44,13 +44,13 @@ How To Compile And Install Tk:
type "./configure -help" or refer to the autoconf documentation (not
included here). Tk's "configure" script supports the following
special switches in addition to the standard ones:
- --enable-threads Tk on Unix currently does not support
- threaded builds.
--with-tcl=DIR Specifies the directory containing the Tcl
binaries and Tcl's platform-dependent
configuration information. By default
the Tcl directory is assumed to be in the
location given by (a) above.
+ --enable-threads If this switch is set, Tcl will compile
+ itself with multithreading support.
--enable-shared If this switch is specified, Tk will compile
itself as a shared library if it can figure
out how to do that on this platform. This
@@ -58,6 +58,12 @@ 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
+ --disable-symbols build without debugging symbols
+ --enable-64bit enable 64bit support (where applicable)
+ --disable-64bit disable 64bit support (where applicable)
+ --enable-64bit-vis enable 64bit Sparc VIS support
+ --disable-64bit-vis disable 64bit Sparc VIS support
Note: by default gcc will be used if it can be located on the PATH.
if you want to use cc instead of gcc, set the CC environment variable