diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-16 16:01:58 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-17 09:10:56 +0200 |
commit | 89b90ce5fcd159d88e4119dd5d370dc6c6b486ab (patch) | |
tree | 9f5ae8017aaf904675a3e2032a075d9bee822553 /README.md | |
parent | doc: add DNS over QUIC configuration section (diff) | |
download | knot-89b90ce5fcd159d88e4119dd5d370dc6c6b486ab.tar.xz knot-89b90ce5fcd159d88e4119dd5d370dc6c6b486ab.zip |
Add python-sphinx-panels to dependencies where necessary
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ sudo apt-get install \ #### Install optional packages: ```bash sudo apt-get install \ - libcap-ng-dev libsystemd-dev libidn2-0-dev libprotobuf-c-dev protobuf-c-compiler libfstrm-dev libmaxminddb-dev libnghttp2-dev libbpf-dev libxdp-dev libmnl-dev python3-sphinx + libcap-ng-dev libsystemd-dev libidn2-0-dev libprotobuf-c-dev protobuf-c-compiler libfstrm-dev libmaxminddb-dev libnghttp2-dev libbpf-dev libxdp-dev libmnl-dev python3-sphinx python3-sphinx-panels ``` ### Fedora like distributions @@ -53,7 +53,7 @@ dnf install \ #### Install optional packages: ```bash dnf install \ - libcap-ng-devel systemd-devel libidn2-devel protobuf-c-devel fstrm-devel libmaxminddb-devel libnghttp2-devel libbpf-devel libxdp-devel libmnl-devel python-sphinx + libcap-ng-devel systemd-devel libidn2-devel protobuf-c-devel fstrm-devel libmaxminddb-devel libnghttp2-devel libbpf-devel libxdp-devel libmnl-devel python-sphinx python-sphinx-panels ``` When compiling on RHEL based system, the Fedora EPEL repository has to be |