]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
A few dependencies were missing...
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 23 Oct 2020 10:19:15 +0000 (12:19 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 23 Oct 2020 10:19:15 +0000 (12:19 +0200)
pdns/recursordist/README.md

index 49fc8bcf50225e3525c5a4e1ef8ee7db402b0dc3..a38430ae97d83fdc9c6c1095c5380fdea2275497 100644 (file)
@@ -24,7 +24,10 @@ compiler at the right directory using CPPFLAGS.
 On Debian and Ubuntu, the following will get you the dependencies:
 
 ```sh
-apt-get install libboost-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev libboost-context-dev libssl-dev g++ make pkg-config libluajit-5.1-dev
+apt-get install libboost-dev libboost-filesystem-dev libboost-serialization-dev \
+  libboost-system-dev libboost-thread-dev libboost-context-dev libboost-test-dev \
+  libssl-dev libboost-test-dev g++ make automake libtool pkg-config libluajit-5.1-dev \
+  ragel curl virtualenv
 ```
 
 Compiling from git checkout