Next: , Previous: Configuring and generating Makefiles, Up: Installation from the sources   [Contents][Index]


3.3.2 Compilation

After running ./configure you can compile Knot DNS by running make command, which will produce binaries and other related files.

$ make

Knot DNS build process is safe to parallelize using make -j N, where N is number of concurrent processes. Using this option can increase speed of the compilation.

For example to use maximum 8 concurrent processes you would use:

$ make -j 8