From: Stepan Balazik Date: Mon, 6 Nov 2017 14:55:08 +0000 (+0100) Subject: Add note about initializing submodules needed to build successfully. X-Git-Tag: v1.5.1~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6047258d402bbffc0ef5e5d3262b95c5eaae7d3a;p=thirdparty%2Fknot-resolver.git Add note about initializing submodules needed to build successfully. --- diff --git a/doc/build.rst b/doc/build.rst index 7d37c3f87..3427645a3 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -108,6 +108,12 @@ Most of the dependencies can be resolved from packages, here's an overview for s Building from sources --------------------- +Initialize git submodules first. + +.. code-block:: bash + + $ git submodule update --init --recursive + The Knot DNS Resolver depends on the the Knot DNS library, recent version of libuv_, and LuaJIT_. .. code-block:: bash