diff options
author | das <das> | 2005-12-03 00:36:51 (GMT) |
---|---|---|
committer | das <das> | 2005-12-03 00:36:51 (GMT) |
commit | 0fac6ab7186f50540a7ad7d53e6e07583db36c27 (patch) | |
tree | c6306cd913a658c3c5999b37497ae511c090bc93 /unix/README | |
parent | 9ce1728b825508c0b0bb7b47516b5f090e018c00 (diff) | |
download | tk-0fac6ab7186f50540a7ad7d53e6e07583db36c27.zip tk-0fac6ab7186f50540a7ad7d53e6e07583db36c27.tar.gz tk-0fac6ab7186f50540a7ad7d53e6e07583db36c27.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 45b9e49..0e4cd6f 100644 --- a/unix/README +++ b/unix/README @@ -21,7 +21,7 @@ a PC running Windows, see the README file in the directory ../win. To compile for Mac OS X, see the README file in the directory ../macosx. To compile for a classic Macintosh, see the README file in the directory ../mac. -RCS: @(#) $Id: README,v 1.19.2.1 2005/12/02 21:13:39 dgp Exp $ +RCS: @(#) $Id: README,v 1.19.2.2 2005/12/03 00:36:51 das Exp $ How To Compile And Install Tk: ------------------------------ @@ -73,6 +73,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 |