From 57af328f0db109e27fd36d72dabbdec34f07340e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 29 Jul 2016 09:33:04 +0200 Subject: [PATCH] dnsdist: Add protobuf and re2 as optional deps in the README --- pdns/README-dnsdist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.2