fix off by 1 error
[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 For Windows Users, make sure you have the following requirements:
8
9 - ActiveState Perl (32bit version Only)
10 - Microsoft Visual C++
11 - The following binaries in your path: mt.exe, nmake.exe, link.exe, perl.exe
12 - Make the project rrdlib.vcproj in Release mode to create rrdlib.lib
13
14 To build:
15
16 perl Makefile.PL
17 nmake 
18
19 To Install:
20
21 nmake install
22
23 NOTE: If using anything other than Visual C++ 9, edit Makefile.PL and modify
24       your paths appropriately.