Installing using Source Code

Steps for Installing using source code

  1. Install the following dependent packages.

  • make

  • libtool

  • pkg config

  • autoconf >= 2.65

  • python sphinx (optional, for documentation building)

  1. Download and install GCC version 4.1 or above.

  2. Download KNOT DNS from https://gitlab.nic.cz/knot/knot-dns.git .

›_ Console

#git clone https://gitlab.nic.cz/knot/knot-dns.git

  1. Go inside KNOT directory and run the following commands to compile and install KNOT DNS

›_ Console

cd knot autoreconf -if ./configure make make install ldconfig