Code

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