In order to install a static as well as a shared library run:
```bash
make install
```
The following compile-flags for CMake are supported:
*`DEBUG`: Enables the output of debug information.
*`XLAP`: Enables the cross layer timing analysis tool, which captures traces of packets throughout PRRT. The solution can be found at [here](http://xlap.larn.systems).
### Debugging
We provide a DEBUG build type for CMake. You can use it by typing: