diff options
author | das <das> | 2005-12-03 00:41:48 (GMT) |
---|---|---|
committer | das <das> | 2005-12-03 00:41:48 (GMT) |
commit | c96bb297382ca81f2babbd35850fdb47b965d091 (patch) | |
tree | 0a9d8bca9e908bd70be206476b7c06dbff5492c2 /unix/README | |
parent | 6b1fed2588ceeb82f580cf03bcd44fa42315d869 (diff) | |
download | tk-c96bb297382ca81f2babbd35850fdb47b965d091.zip tk-c96bb297382ca81f2babbd35850fdb47b965d091.tar.gz tk-c96bb297382ca81f2babbd35850fdb47b965d091.tar.bz2 |
documented macosx-only configure options.
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 85c1d3e..ce63e0e 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 MacOSX, see the README file in the directory ../macosx. -RCS: @(#) $Id: README,v 1.21 2004/03/17 18:15:50 das Exp $ +RCS: @(#) $Id: README,v 1.22 2005/12/03 00:41:48 das Exp $ How To Compile And Install Tk: ------------------------------ @@ -72,6 +72,11 @@ How To Compile And Install Tk: should be reachable under several names. --enable-man-compression=PROG Compress the manpages using PROG. + Mac OS X only: + --enable-framework package Tk as a framework. + --disable-corefoundation disable use of CoreFoundation API. + --enable-aqua use Aqua windowingsystem rather than X11, + requires --enable-corefoundation with tcl & tk. 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 |