Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 763 Bytes

getting_started.rst

File metadata and controls

29 lines (21 loc) · 763 Bytes

Getting Started

Requirements and dependencies

  • compiler with C++11 support
  • CMake build system (version 3.5 or later)

Installation

Just copy the content of the include directory to your project or add the repository as a Git submodule to your project and make sure, that the bw64 folder is in your PATH, that the header files can be found by the compiler.

Alternatively clone the Git repository and install the library system wide using the CMake build system. See the following instructions for *nix systems.

git clone git@github.com:irt-open-source/libbw64.git
cd libbw64
mkdir build && cd build
cmake ..
make
make install