summaryrefslogtreecommitdiff
path: root/perl/default_store/README
blob: 680446a13c6f2a5da3e97e80b9ab037217d44754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This module is a wrapper around the net-snmp default store routines.
See the net-snmp default_store manual page for details.

To install:
  perl Makefile.PL
  make
  make test
  make install

To compile in the source tree before the net-snmp itself has been installed:
  perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
  make
  make test
  make install