aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlecoanet2003-06-16 14:34:38 +0000
committerlecoanet2003-06-16 14:34:38 +0000
commit6eda00025bb47892c6ffc7d5639e8a24f4818a66 (patch)
tree745813a8e4e111a2a95a7a014f90155990f0bc85 /README
parenta4214c4867232b67ce2d1827683de63855b872fd (diff)
downloadtkzinc-6eda00025bb47892c6ffc7d5639e8a24f4818a66.zip
tkzinc-6eda00025bb47892c6ffc7d5639e8a24f4818a66.tar.gz
tkzinc-6eda00025bb47892c6ffc7d5639e8a24f4818a66.tar.bz2
tkzinc-6eda00025bb47892c6ffc7d5639e8a24f4818a66.tar.xz
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 9 insertions, 10 deletions
diff --git a/README b/README
index 4db99e0..3ec3a28 100644
--- a/README
+++ b/README
@@ -62,7 +62,6 @@ BUILDING AND INSTALLATION
On Unix/Linux:
cd Tkzinc<version>
- make distclean ## mandatory after previous configure/make
./configure
This will configure the package for your platform. It
@@ -127,20 +126,21 @@ BUILDING AND INSTALLATION
3. Make and Install
-3.a For use with Tcl
-
- On Unix/Linux and Windows using mingw32:
+ For use with Tcl on Unix/Linux and Windows using mingw32:
make
make install
+ It is recommended to do a make distclean before actual building if you
+ have done a previous build, especially between Tcl and Perl variants.
+
The warnings while compiling libtess are harmless (or so I believe ;-).
libtess is a tesselation library extracted from GLU/Mesa. I trust it as
robust unless proven wrong. I do not want to modify the code just to
shut up some warnings.
- On Windows using Visual C++:
+ For use with Tcl on Windows using Visual C++:
nmake /F win/makefile.vc
@@ -149,14 +149,13 @@ BUILDING AND INSTALLATION
It is needed to compile with Visual C++ if TkZinc is to be used with a
Tcl/Tk compiled with Visual C++.
- P.S: If a pkgIndex.tcl for TkZinc exists in the autoload path before
+ P.S: If a pkgIndex.tcl for Tkzinc exists in the autoload path before
installing, it will interfere with the generation of the new pkgIndex.tcl.
It should be removed or renamed. echo 'puts $auto_path' | tclsh will
tell the current load path.
-
-3.b For use with Perl/Tk
- Only available on Unix/Linux:
+
+ For use with Perl/Tk only on Unix/Linux:
## Remember: you must use the --enable-ptk=yes option in ./configure
@@ -164,7 +163,7 @@ BUILDING AND INSTALLATION
make testperl ## this currently does not test many thing
make demoperl ## launches a demo similar to the Perl/Tk widget demo
make install
-
+
4. Run the demos