From e5dae1521f80f7d880404c5df7d1bf6e61102319 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Oct 2018 23:32:54 -0400 Subject: [PATCH] Update readme for debian 9 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 -- 2.47.2