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

build docs: list required Fedora packages

parent 95b48c54
Branches
Tags
1 merge request!129build docs: list required Fedora packages
......@@ -72,9 +72,21 @@ Most of the dependencies can be resolved from packages, here's an overview for s
sudo apt-get install pkg-config libknot-dev libuv1-dev libcmocka-dev libluajit-5.1-dev
* **Ubuntu** - unknown.
* **Fedora**
.. code-block:: bash
# minimal build
sudo dnf install @buildsys-build knot-devel libuv-devel luajit-devel
# unit tests
sudo dnf install libcmocka-devel
# integration tests
sudo dnf install cmake git python-dns python-jinja2
# optional features
sudo dnf install doxygen golang hiredis-devel libmemcached-devel systemd-devel
* **RHEL/CentOS** - unknown.
* **openSUSE** - there is an `experimental package <https://build.opensuse.org/package/show/server:dns/knot-resolver>`_.
* **RHEL** - unknown.
* **FreeBSD** - unknown.
* **NetBSD** - unknown.
* **OpenBSD** - unknown.
......
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