AgentX++ V2.5.x README
======================

This library requires SNMP++v3.4.5 and AGENT++ 4.5.0 or later which can be
obtained from https://agentpp.com.

SNMP++ up to 2.8 was designed by Peter Mellquist
(Hewlett Packard Co.) and was available from
http://rosegarden.external.hp.com/snmp++. This link no longer works
because HP discontinued SNMP++. You can download the patched version 2.8a
still from https://agentpp.com/snmp++v2.8a.tar.gz.

====================================================================

USAGE:

Note: If you are using autoconf, you can set the following as parameters
to the configure script.

For cmake you need to set the root directory of your SNMP++ and AGENT++
installations when running cmake like this:

cmake -DCMAKE_INSTALL_PREFIX=agentpp-libs \
 -DSNMP_PP_ROOT_DIR=/home/agentpp/snmp++ \
 -DAGENT_PP_ROOT_DIR=/home/agentpp/agent++

The AGENT++ and AgentX++ libs (libagent[x]++.[so|a]) must be compiled with

-D_THREADS

to enable the use of pthreads multi-threading. This flag is defined
in agent++/include/agent++.h. AgentX++ requires multi-threading and will
not work in single-threading mode.

--
Frank Fock
https://agentpp.com

