]> granicus.if.org Git - pdns/commitdiff
add some debian 9 recursor build deps
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 29 Nov 2018 10:15:44 +0000 (11:15 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 29 Nov 2018 10:15:44 +0000 (11:15 +0100)
pdns/recursordist/README.md

index cd3f1e81ad77abaae657528c9896a2373a1de772..e59c1e87a62b2032a8faa3ee4c620e07eec20d8b 100644 (file)
@@ -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