Code

merged updated win32 port by Larry Adams and the cacti team
[rrdtool.git] / 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 For Windows Users, make sure you have the following requirements:
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
14 To build:
16 perl Makefile.PL
17 nmake 
19 To Install:
21 nmake install
23 NOTE: If using anything other than Visual C++ 9, edit Makefile.PL and modify
24       your paths appropriately.