From: Josh Soref Date: Fri, 5 Oct 2018 03:32:54 +0000 (-0400) Subject: Update readme for debian 9 X-Git-Tag: dnsdist-1.3.3~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7027%2Fhead;p=thirdparty%2Fpdns.git Update readme for debian 9 --- diff --git a/README.md b/README.md index 9f072c7b29..e8fd6d9c1c 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,19 @@ COMPILING Authoritative Server The PowerDNS Authoritative Server depends on Boost, OpenSSL and requires a compiler with C++-2011 support. -On Debian 8.0, the following is useful: +On Debian 9, the following is useful: ```sh -apt-get install g++ libboost-all-dev libtool make pkg-config libmysqlclient-dev libssl-dev virtualenv +apt install g++ libboost-all-dev libtool make pkg-config default-libmysqlclient-dev libssl-dev virtualenv ``` -When building from git, the following packages are also required: autoconf, automake, -ragel, bison and flex, then generate the configure file: +When building from git, the following packages are also required: + +```sh +apt install autoconf automake ragel bison flex +``` + +then generate the configure file: ```sh autoreconf -vi