• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H19-Jan-2009-172142

MANIFESTH A D19-Jan-200963 87

Makefile.PLH A D19-Jan-20091.4 KiB4124

READMEH A D19-Jan-2009237 138

RRDs.pmH A D19-Jan-20093.8 KiB1469

RRDs.xsH A D19-Jan-200910 KiB434362

ntmake.plH A D19-Jan-20091.2 KiB2815

README

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