Skip to content
Paul Colby edited this page Mar 15, 2018 · 6 revisions

PCP

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.8+ (check the latest Travis CI builds to see exactly which version).

  • Debian: sudo apt-get install libpcp3 libpcp-pmda3 [libpcp3-devel libpcp-pmda3-devel]
  • Red Hat: sudo yum install libpcp [libpcp-devel]

Boost (Optional)

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]
Clone this wiki locally