From: Peter van Dijk Date: Thu, 29 Nov 2018 10:15:44 +0000 (+0100) Subject: add some debian 9 recursor build deps X-Git-Tag: auth-4.2.0-alpha1~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7241%2Fhead;p=thirdparty%2Fpdns.git add some debian 9 recursor build deps --- diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index cd3f1e81ad..e59c1e87a6 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -24,7 +24,7 @@ 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 libssl-dev g++ make pkg-config +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 ``` Compiling from git checkout @@ -39,7 +39,7 @@ This repository contains the sources for the PowerDNS Recursor, the PowerDNS Authoritative Server, and dnsdist (a powerful DNS loadbalancer). The sources for the recursor are located in the `pdns/recursordist` subdirectory of the repository. -To compile from a git checkout, install ragel, automake, autoconf and curl. +To compile from a git checkout, install ragel, automake, autoconf, libtool and curl. Then run ```sh