aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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