-
Notifications
You must be signed in to change notification settings - Fork 6
Requirements
Paul Colby edited this page Dec 14, 2013
·
6 revisions
Applications built using PMDA++ typically require two PCP libraries - libpcp
and libpcp_pmda
. Any recent version of those libraries should work, however PMDA++ is only routinely tested against PCP 3.5, 3.6 and 3.8, with 3.8 being the most frequently tested.
- Debian:
sudo apt-get install libpcp3 libpcp-pmda3 [libpcp3-devel libpcp-pmda3-devel]
- Red Hat:
sudo yum install libpcp [libpcp-devel]
PMDA++ may optionally use Boost libraries for enhanced functionality, such as advanced command line interface support. If using Boost, any version from 1.32 onwards should work fine.
- Debian:
sudo apt-get install libboost-program-options [libboost-program-options-dev]
- Red Hat:
sudo yum install boost-program-options [boost-devel]