Skip to content

Third Party Libraries

mikedickey edited this page Jul 24, 2012 · 3 revisions

The Pion Network Library makes use of the following third-party libraries:

Boost 1.35.0 or later is required to build Pion. Instructions for building Boost are included in the README.boost file.

This is included with most systems. If not, please see the appropriate README.platform file for installation instructions. In addition to the OpenSSL website, you can download the tarball here. If you're using Windows, you can download this binary distribution.

This is included with most systems. If not, please see the appropriate README.platform file for installation instructions. In addition to the zlib website, you can download the tarball here.

Pion may also (optionally) use one of the following logging frameworks:

Starting with version 2.1, we have decided to use log4cplus instead of log4cxx due to log4cxx's dependency on libapr, huge code size (especially when you consider apr, aprutil, expat, etc.), and the difficulty caused by libapr's recursive dependencies on other libraries (like sqlite) which cannot be easily managed on operating systems where it is pre-installed.

The most recent versions of Log4cxx depend on the The Apache Portable Runtime (APR). Warning: It's been a long time since we tested this with pion.

Warning: It's been a long time since we tested this with pion.

Clone this wiki locally