Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot Resolver
9125 commits behind the upstream repository.
Jan Vcelak's avatar
Jan Včelák authored
e66ea935
History
Name Last commit Last update
include
lib
.gitignore
CMakeLists.txt
README.md

Knot DNS Resolver

Compilation

mkdir _build cd _build cmake .. make

Run cmake with '-DCMAKE_BUILD_TYPE=Debug' parameter to disable optimizations and enable asserts.