From 75bc64febc4f6ce05a34fb8644eb2bebacd1601e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 23 Oct 2020 12:19:15 +0200 Subject: [PATCH] A few dependencies were missing... --- pdns/recursordist/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2