summaryrefslogtreecommitdiff
path: root/perl/default_store/README
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 19:38:48 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 19:38:48 +0900
commit7769a9595c3da9a35f31b42451b1f6c3ed4004fa (patch)
tree009bf8fd68af6bb1129e07dd8c1ed205010d81f8 /perl/default_store/README
parent2e7891b0311204e0ecd5dc4a4334df01f3a6a1b4 (diff)
downloadpkg-net-snmp-7769a9595c3da9a35f31b42451b1f6c3ed4004fa.tar.gz
Imported Upstream version 5.7.2~dfsg
Diffstat (limited to 'perl/default_store/README')
-rw-r--r--perl/default_store/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl/default_store/README b/perl/default_store/README
new file mode 100644
index 0000000..680446a
--- /dev/null
+++ b/perl/default_store/README
@@ -0,0 +1,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