aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorconversy2003-10-07 13:20:25 +0000
committerconversy2003-10-07 13:20:25 +0000
commitdc52c3061fa3f1132cbf1b536da5d429acff8d43 (patch)
treeef64040316329a82b797d91608c1a66c8385ea6e /README
parentde812524c713991cc44452e30df51494d5d5ca16 (diff)
downloadtkzinc-dc52c3061fa3f1132cbf1b536da5d429acff8d43.zip
tkzinc-dc52c3061fa3f1132cbf1b536da5d429acff8d43.tar.gz
tkzinc-dc52c3061fa3f1132cbf1b536da5d429acff8d43.tar.bz2
tkzinc-dc52c3061fa3f1132cbf1b536da5d429acff8d43.tar.xz
added macosx instructions
Diffstat (limited to 'README')
-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: