Installation

Platforms:

  • Linux

  • Mac OS X

  • Windows

Requirenments

  • a C++11-standard-compliant compiler

  • Python 3.5+ (optional)

Libraries:

Getting started

Build OpenBPS using CMake:

mkdir build && cd build
cmake ..
# with Optimization:
cmake -Doptimize=ON ..