X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=README.md;h=74a3b840b0ecbbe09385361be9aaa2e268fef93e;hb=be52690764f44531be991c76c6b2ec98b7c3b5af;hp=a3f9e94ad6cb2df8c60024676a3cfe258cc070be;hpb=b8421a9d2a7542e996271b29582808fce7c06ddf;p=thirdparty%2Fpdns.git diff --git a/README.md b/README.md index a3f9e94ad6..74a3b840b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of +PowerDNS is copyright © 2001-2019 by PowerDNS.COM BV and lots of contributors, using the GNU GPLv2 license (see NOTICE for the exact license and exception used). @@ -49,7 +49,7 @@ For Ubuntu 18.04 (Bionic Beaver), the following packages should be installed: ```sh apt install libcurl4-openssl-dev luajit lua-yaml-dev libyaml-cpp-dev libtolua-dev lua5.3 autoconf automake ragel bison flex g++ libboost-all-dev libtool make pkg-config libssl-dev virtualenv lua-yaml-dev libyaml-cpp-dev libluajit-5.1-dev libcurl4 gawk -# For DNSSEC ed25519 (algorithm 15) support with --enable-libsodium +# For DNSSEC ed25519 (algorithm 15) support with --with-libsodium apt install libsodium-dev # If using the gmysql (Generic MySQL) backend apt install default-libmysqlclient-dev @@ -96,11 +96,11 @@ If you run into C++11-related symbol trouble, please try passing `CPPFLAGS=-D_GL Compiling the Recursor ---------------------- -See the README in pdns/recursordist. +See [README.md](pdns/recursordist/README.md) in `pdns/recursordist/`. Compiling dnsdist ----------------- -See the README in pdns/dnsdistdist. +See [README-dnsdist.md](pdns/README-dnsdist.md) in `pdns/`. Building the HTML documentation ------------------------------- @@ -211,7 +211,7 @@ brew install boost lua pkg-config ragel openssl make -j4 ``` -Additionally, for PostgreSQL support, run `brew install postgresql` and add `--with-modules="gpsql"` to `./configure`. +Additionally, for PostgreSQL support, run `brew install postgresql` and add `--with-modules="gpgsql"` to `./configure`. For MySQL support, run `brew install mariadb` and add `--with-modules="gmysql"` to `./configure`. Linux notes