You have to install the following dependencies:
To compile:
git clone https://github.com/oscimp/libdsac.git
cd libdsac
mkdir build
cd build
cmake ..
make
make install # may require root permissions
- DSAC_DEBUG: Enable the debug build type
- DSAC_OPENMP: Activate the OpenMP parallelization (experimental)
To use a option use this command
cmake -DDSA_DEBUG=ON|OFF ..