and added files
[bcm963xx.git] / userapps / opensource / net-snmp / perl / default_store / README
1 This module is a wrapper around the net-snmp default store routines.
2 See the net-snmp default_store manual page for details.
3
4 To install:
5   perl Makefile.PL
6   make
7   make test
8   make install
9
10 To compile in the source tree before the net-snmp itself has been installed:
11   perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
12   make
13   make test
14   make install