From f0a759069436d846cb494c5419dbc12209d2d938 Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Sat, 23 Mar 2019 11:28:45 +0100 Subject: [PATCH] Note that Lua is now required for the recursor --- pdns/recursordist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index cc3368cce7..762901a0cb 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -14,8 +14,8 @@ Starting with version 4.0.0, the PowerDNS recursor uses autotools and compiling make ``` -As for dependencies, Boost (http://boost.org/) and OpenSSL (https://openssl.org/) -are required. +As for dependencies, Boost (http://boost.org/), OpenSSL (https://openssl.org/), +and Lua (https://www.lua.org/) are required. On most modern UNIX distributions, you can simply install 'boost' or 'boost-dev' or 'boost-devel'. Otherwise, just download boost, and point the -- 2.47.2