From: Remi Gacogne Date: Fri, 29 Jul 2016 07:33:04 +0000 (+0200) Subject: dnsdist: Add protobuf and re2 as optional deps in the README X-Git-Tag: rec-4.0.2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57af328f0db109e27fd36d72dabbdec34f07340e;p=thirdparty%2Fpdns.git dnsdist: Add protobuf and re2 as optional deps in the README --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 70173b9752..3c848c96bd 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -12,7 +12,8 @@ Compiling --------- `dnsdist` depends on boost, Lua or LuaJIT and a pretty recent C++ compiler (g++ 4.8 or higher, clang 3.5 or higher). It can optionally use libsodium -for encrypted communications with its client. +for encrypted communications with its client, protobuf for remote logging and re2 +for regular expression matching. Should `dnsdist` be run on a system with systemd, it is highly recommended to have the systemd header files (`libsystemd-dev` on debian and `systemd-devel` on CentOS)