From c2c8687b7c2d3d73cd631af5c21ac860545ddd43 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 29 Nov 2018 11:15:44 +0100 Subject: [PATCH] add some debian 9 recursor build deps --- pdns/recursordist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2