]> granicus.if.org Git - pdns/commitdiff
Update readme for debian 9
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 5 Oct 2018 03:32:54 +0000 (23:32 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 5 Oct 2018 03:32:54 +0000 (23:32 -0400)
README.md

index 9f072c7b2941f43ce70eaae10b1eab63998eb7e3..e8fd6d9c1c1350bd403b3dbaa3c9c90a3f2d8ccd 100644 (file)
--- 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