Skip to content
Snippets Groups Projects
Commit 7ae0cd04 authored by Petr Špaček's avatar Petr Špaček
Browse files

Merge branch 'build-docs-submodules' into 'master'

Add note about initializing submodules needed to build successfully.

See merge request !387
parents 65e3c371 6047258d
Branches
Tags
1 merge request!387Add note about initializing submodules needed to build successfully.
Pipeline #24495 failed with stages
in 7 minutes and 26 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment