aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2005-05-17 11:00:30 +0000
committermertz2005-05-17 11:00:30 +0000
commitba6c557af4f7c06e0ffea9791ad3860a3cba58d2 (patch)
tree7c03c71dd23226e7c7aa3ec8393c37570da5c682
parent80bca1008462ac089bb4f73248c07c311aa28c3d (diff)
downloadtkzinc-ba6c557af4f7c06e0ffea9791ad3860a3cba58d2.zip
tkzinc-ba6c557af4f7c06e0ffea9791ad3860a3cba58d2.tar.gz
tkzinc-ba6c557af4f7c06e0ffea9791ad3860a3cba58d2.tar.bz2
tkzinc-ba6c557af4f7c06e0ffea9791ad3860a3cba58d2.tar.xz
- more info for people like me who have more than one release of perl-tk
-rw-r--r--Perl/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/Perl/README b/Perl/README
index a59cfea..7fa006a 100644
--- a/Perl/README
+++ b/Perl/README
@@ -46,6 +46,25 @@ WATCH OUT! On Linux it is quite frequent to have both Mesa and proprietary
the link is done with the library matching the openGL driver
loaded in the X server.
+In the case you need to use another version of perl-tk than the one installed in the
+system, you should use the following command as a template to adapt to follow your
+specific pathes of the alternative perl-tk installation:
+
+ env PERL5LIB=/usr/local/test/804_027/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi perl Makefile.PL
+ make
+ env PERL5LIB=/usr/local/test/804_027/lib/perl5/5.8.1/i386-linux-thread-multi:/usr/local/test/804_027/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi make test
+
+ # to run demos before installing:
+ env PERL5LIB=/usr/local/test/804_027/lib/perl5/5.8.1/i386-linux-thread-multi:/usr/local/test/804_027/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi perl -Iblib/arch -Iblib/lib demos/zinc-demos
+
+ # and finally
+ make install
+
+ # and to run your script:
+ env PERL5LIB=/usr/local/test/804_027/lib/perl5/5.8.1/i386-linux-thread-multi:/usr/local/test/804_027/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi perl <your_script.pl>
+
+
+
up-to-date documentation is also available at http://www.tkzinc.org/index.php/Main/Documentation
You will find there the reference manual, a FAQ, a mailing list, its archive