diff options
author | das <das@noemail.net> | 2005-12-03 00:35:43 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2005-12-03 00:35:43 (GMT) |
commit | 353709192d9a7c5f5c0f86e38a6a7a31cd737b63 (patch) | |
tree | 8506a9fc6c4f6a045abdb57a2c8235bd440f8050 /unix/README | |
parent | 6f46614186e10ed1bdb0dc6e028aee0e1778b94d (diff) | |
download | tcl-353709192d9a7c5f5c0f86e38a6a7a31cd737b63.zip tcl-353709192d9a7c5f5c0f86e38a6a7a31cd737b63.tar.gz tcl-353709192d9a7c5f5c0f86e38a6a7a31cd737b63.tar.bz2 |
documented macosx-only configure options.
FossilOrigin-Name: 2f67ae7188daf2c8c2582088111ee0b2375ac90e
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/README b/unix/README index ae2c3a9..b090a63 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.24.2.1 2005/12/02 21:13:26 dgp Exp $ +RCS: @(#) $Id: README,v 1.24.2.2 2005/12/03 00:35:44 das Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -83,6 +83,11 @@ How To Compile And Install Tcl: should be reachable under several names. --enable-man-compression=PROG Compress the manpages using PROG. + Mac OS X only: + --enable-framework package Tcl as a framework. + --disable-corefoundation disable use of CoreFoundation API and revert to + standard select based notifier, required when + using naked fork (i.e. not followed by execve). 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 |