]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Add note about initializing submodules needed to build successfully.
authorStepan Balazik <stepan.balazik@nic.cz>
Mon, 6 Nov 2017 14:55:08 +0000 (15:55 +0100)
committerStepan Balazik <stepan.balazik@nic.cz>
Mon, 6 Nov 2017 14:55:08 +0000 (15:55 +0100)
doc/build.rst

index 7d37c3f87264921b13277817b1a02aa83f720015..3427645a3176d3b6959e3c59eeed068bff6201f0 100644 (file)
@@ -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