aboutsummaryrefslogtreecommitdiff
path: root/Perl/README
diff options
context:
space:
mode:
authormertz2003-09-15 12:54:48 +0000
committermertz2003-09-15 12:54:48 +0000
commit259c9cd014d20ce604b1d80687d8349ba32ae746 (patch)
treedfa53eabc740c0c85007bfcf15d9ed2710d65b37 /Perl/README
parent9db610796b4157b5791a9b5c3924d4b9dd45950c (diff)
downloadtkzinc-259c9cd014d20ce604b1d80687d8349ba32ae746.zip
tkzinc-259c9cd014d20ce604b1d80687d8349ba32ae746.tar.gz
tkzinc-259c9cd014d20ce604b1d80687d8349ba32ae746.tar.bz2
tkzinc-259c9cd014d20ce604b1d80687d8349ba32ae746.tar.xz
initial release for CPAN-isation
Diffstat (limited to 'Perl/README')
-rw-r--r--Perl/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/Perl/README b/Perl/README
new file mode 100644
index 0000000..6b74be2
--- /dev/null
+++ b/Perl/README
@@ -0,0 +1,37 @@
+Tk::Zinc - another Canvas which proposes many new functions, some based on openGL
+
+Install:
+
+ perl Makefile.PL
+ make
+ make test # There isn't test scripts yet.
+ make demoperl # a kind of manual test
+ make install
+
+ make doc # requires latex and latex2html
+
+up-to-date doc also available at www.openatc.org/zinc/documentation.html
+You will find there the reference manual, a FAQ, a mailing list, its archive
+etc...
+
+After installation, we recommend you to launch the zinc-demos script,
+a frontend to more than 30 small demos.
+
+For more information on building Tk::Zinc, please read the README which applies
+to all flavors of Tk::Zinc (tcl and perl, linux and windows)
+
+For the copyright, please, read the COPYRIGHT file.
+
+For any question or patch proposal for Tk::Zinc (perl module) build
+and installation, please send email to zinc-dev@tls.cena.fr
+
+For any question on Tk::Zinc usage, please use the zinc@tls.cena.fr or look at
+http://www.openatc.org/zinc/documentation.html#ml
+
+
+Tk::Zinc main author is Patrick Lecoanet
+Sub-Modules, demos and documentation have been developped by
+Daniel Etienne, Christophe Mertz, with contributions from
+Stéphane Chatty, Céline Schlienger, Alexandre Lemort
+
+