ProCern / snmp_pp

A copy of snmp++ that tries to vendor in libtomcrypt for easier building of dependent projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README autoconf
===============

To use autoconf 2.64 or later with SNMP++, execute the following 
commands in the "snmp++" directory:

autoreconf -i
./configure
make

If "autoreconf" fails you may try to update the provided
m4 scripts in the build-aux directory with:

autoreconf -i --force

The autoreconf process needs at least the following tools/libs:

autoconf
libtoolize
pkgconfig
openssl-devel | libdes | libtomcrypt  (required for SNMPv3 support)


The Makfile.<os-name> and common.mk files are no longer 
maintained but provided for reference for a minimal setup 
to ease porting SNMP++ to other platforms.

About

A copy of snmp++ that tries to vendor in libtomcrypt for easier building of dependent projects


Languages

Language:C++ 65.1%Language:Shell 19.8%Language:Makefile 7.8%Language:M4 5.7%Language:CMake 0.9%Language:C 0.7%