CMR  1.3.0
Build instructions

The library can be built using the CMake build system. A simple command sequence on Linux looks like this:

mkdir build
cd build
cmake ..
make

Below you can find a list of all parameters for building CMR. As an optional step, one can execute unittests:

make test

The executables now reside in the current directory. One can also install them via

make install

Build Parameters