Initial revision
[rrdtool.git] / bindings / perl-shared / README
1 These are the Perl bindings for rrdtool as a shared library. To compile do
2 the following:
3
4 perl Makefile.PL
5 make test
6
7 (win32 users try perl ntmake.pl)
8
9 * if dynamic linking does not work, try
10
11 perl Makefile.PL LINKTYPE=static
12 make test