From 6eda00025bb47892c6ffc7d5639e8a24f4818a66 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 16 Jun 2003 14:34:38 +0000 Subject: *** empty log message *** --- README | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'README') 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 - 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 -- cgit v1.1