From: Otto Moerbeek Date: Fri, 23 Oct 2020 10:19:15 +0000 (+0200) Subject: A few dependencies were missing... X-Git-Tag: dnsdist-1.6.0-alpha0~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bc64febc4f6ce05a34fb8644eb2bebacd1601e;p=thirdparty%2Fpdns.git A few dependencies were missing... --- diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index 49fc8bcf50..a38430ae97 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -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