diff options
| author | das <das> | 2005-12-03 00:41:37 (GMT) |
|---|---|---|
| committer | das <das> | 2005-12-03 00:41:37 (GMT) |
| commit | 8025f556d05d3de80c2f94635e8cc080c23d4355 (patch) | |
| tree | 1013bf1fb6f45d38d15e89b849782b7a108dd8c3 | |
| parent | d3896c19e3bbe55f1111661579c6a27ad7310880 (diff) | |
| download | tcl-8025f556d05d3de80c2f94635e8cc080c23d4355.zip tcl-8025f556d05d3de80c2f94635e8cc080c23d4355.tar.gz tcl-8025f556d05d3de80c2f94635e8cc080c23d4355.tar.bz2 | |
documented macosx-only configure options.
| -rw-r--r-- | unix/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/README b/unix/README index 73c81f6..045de75 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.25 2004/03/17 18:14:19 das Exp $ +RCS: @(#) $Id: README,v 1.26 2005/12/03 00:41:37 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 @@ -82,6 +82,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 |
