From 872f1bee60b86be30f1faa03e6e2dbaa262a5709 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 29 Jul 2016 09:30:34 +0200 Subject: [PATCH] dnsdist: Add protobuf and re2 as optional deps on the download page --- pdns/dnsdistdist/website/markdown/download.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/website/markdown/download.md b/pdns/dnsdistdist/website/markdown/download.md index aa88119568..792777f4bc 100644 --- a/pdns/dnsdistdist/website/markdown/download.md +++ b/pdns/dnsdistdist/website/markdown/download.md @@ -12,6 +12,8 @@ GCC 4.8+ or clang 3.5+), GNU Make and the following libraries: * [Boost](http://boost.org) * [Lua](http://www.lua.org/) 5.1+ or [LuaJit](http://luajit.org/) * Optionally: [libsodium](https://download.libsodium.org/doc/) +* Optionally: [protobuf](https://developers.google.com/protocol-buffers/) +* Optionally: [re2](https://github.com/google/re2) To compile from git, these additional dependencies are required: -- 2.47.2