aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 4d82a22..f50c7e4 100644
--- a/README
+++ b/README
@@ -78,6 +78,17 @@ BUILDING AND INSTALLATION
The steps for building under mingw32 are the same as on Unices.
Currently there is no support for building with visual C++.
+ On MacOSX
+
+ requirements:
+ - X11 et X11 sdk from apple http://www.apple.com/macosx/x11/
+ - fink with tcl tk dev package http://fink.sf.net
+ - tcl/tk sources. I couldn't install them using fink, d/l them instead: http://prdownloads.sourceforge.net/fink/direct_download/source
+
+ say we have unpacked tlc/tk sources in $HOME/src. The configure line is as follows:
+ env "CPPFLAGS=-I/sw/include -I$HOME/src/tcl8.4.1/generic -I$HOME/src/tk8.4.1/generic" ./configure --with-tcl=/sw/lib --with-tk=/sw/lib --enable-gl=damage
+
+
On all platforms:
It is possible to customize TkZinc through configure options: