aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlecoanet2004-04-21 08:44:07 +0000
committerlecoanet2004-04-21 08:44:07 +0000
commitebb055a801675837655cede88a66174c67660f84 (patch)
tree0fff5097892baaf3ccfd2f8def6a24bf16ee7569 /README
parent5aa6be0b8e7cc99dcf625185608e3dced97f727b (diff)
downloadtkzinc-ebb055a801675837655cede88a66174c67660f84.zip
tkzinc-ebb055a801675837655cede88a66174c67660f84.tar.gz
tkzinc-ebb055a801675837655cede88a66174c67660f84.tar.bz2
tkzinc-ebb055a801675837655cede88a66174c67660f84.tar.xz
Improvements for the MacOS install.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 8d6dcd2..18b9e58 100644
--- a/README
+++ b/README
@@ -88,11 +88,12 @@ BUILDING AND INSTALLATION FOR TCL/TK
requirements:
- X11 et X11 sdk from apple http://www.apple.com/macosx/x11/
- - fink with tcl tk dev package http://fink.sf.net
+ - fink with tcltk and tcltk-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
+
+ Do a: export DISPLAY=:0 in a terminal.
+ Say we have unpacked tcl/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