aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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