summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-12-03 00:41:47 (GMT)
committerdas <das@noemail.net>2005-12-03 00:41:47 (GMT)
commitc49ab5a74f612529b5e04fc7d361eb2551ae6815 (patch)
tree0a9d8bca9e908bd70be206476b7c06dbff5492c2
parent6cc467c70b7b173b683f4d4e607948cca4680948 (diff)
downloadtk-c49ab5a74f612529b5e04fc7d361eb2551ae6815.zip
tk-c49ab5a74f612529b5e04fc7d361eb2551ae6815.tar.gz
tk-c49ab5a74f612529b5e04fc7d361eb2551ae6815.tar.bz2
documented macosx-only configure options.
FossilOrigin-Name: 6085dda75ff5aef4eb0282b6c466c07749875421
-rw-r--r--unix/README7
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