diff 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 |