A collection of utilities for DFTracer
- CMake 3.5 or higher
- C++11 compatible compiler
- zlib development library
- SQLite3 development library
- pkg-config
mkdir build && cd build
cmake ..
make
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<LOCATION>
make
make install
Please see Developers Guide for more information how to test, run coverage, etc.