From 64b9caa244d20e72b1d5781b86186fc008a4a369 Mon Sep 17 00:00:00 2001 From: mertz Date: Fri, 15 Oct 2004 08:16:36 +0000 Subject: adding description of the perl MAkefile.PL options --- Perl/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Perl') 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 -- cgit v1.1