aboutsummaryrefslogtreecommitdiff
path: root/Perl/README
diff options
context:
space:
mode:
authormertz2004-10-15 08:16:36 +0000
committermertz2004-10-15 08:16:36 +0000
commit64b9caa244d20e72b1d5781b86186fc008a4a369 (patch)
tree985dbae4656530f07e81d959c28dec5db23e5ba3 /Perl/README
parent6906fefc88a71fa64ac66548cee7929ae74b5ccf (diff)
downloadtkzinc-64b9caa244d20e72b1d5781b86186fc008a4a369.zip
tkzinc-64b9caa244d20e72b1d5781b86186fc008a4a369.tar.gz
tkzinc-64b9caa244d20e72b1d5781b86186fc008a4a369.tar.bz2
tkzinc-64b9caa244d20e72b1d5781b86186fc008a4a369.tar.xz
adding description of the perl MAkefile.PL options
Diffstat (limited to 'Perl/README')
-rw-r--r--Perl/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/Perl/README b/Perl/README
index f12a5a4..e090549 100644
--- a/Perl/README
+++ b/Perl/README
@@ -23,13 +23,19 @@ first available on www.tkzinc.org/
Install:
perl Makefile.PL
+ # you can use the following options: --with-gl=yes|no --with-om=yes|no --with-shape=yes|no
+ # current defaults are --with-gl=yes --with-om=yes --with-shape=yes
+
make
make test
+
# to run demos before installing:
perl -Iblib/arch -Iblib/lib demos/zinc-demos
+
make install
+
WATCH OUT! On Linux it is quite frequent to have both Mesa and proprietary
openGL libraries installed. This may lead to big problems at
runtime if the linker picks the wrong library. It is often the