aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlecoanet2003-10-08 14:30:19 +0000
committerlecoanet2003-10-08 14:30:19 +0000
commit51464f02f4cfcb8e246f526c8aa45f24e20b3745 (patch)
treec82c2632bfea2731ffe67e128eb1f834a389a362 /README
parent56b1384359341567f8d31d4ce3c4a480dfdf6114 (diff)
downloadtkzinc-51464f02f4cfcb8e246f526c8aa45f24e20b3745.zip
tkzinc-51464f02f4cfcb8e246f526c8aa45f24e20b3745.tar.gz
tkzinc-51464f02f4cfcb8e246f526c8aa45f24e20b3745.tar.bz2
tkzinc-51464f02f4cfcb8e246f526c8aa45f24e20b3745.tar.xz
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index e621349..06f8e27 100644
--- a/README
+++ b/README
@@ -89,10 +89,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
- - tcl/tk sources. I couldn't install them using fink, d/l them instead: http://prdownloads.sourceforge.net/fink/direct_download/source
+ - 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
+ 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:
@@ -192,8 +194,7 @@ www.openatc.org/zinc
1. Unpack the distribution
tar zxf Tkzinc<version>.tgz
- cd Tkzinc<version>
- cd Perl
+ cd Tkzinc<version>/Perl
./export4cpan
cd ../export4cpan/Tkzinc<version>