From: Chris Hofstaedtler Date: Sat, 25 Jan 2020 22:45:45 +0000 (+0100) Subject: Update docs X-Git-Tag: auth-4.3.0-beta1~11^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d86d172d96c63999bbdf1a8c2db080abe9536fcb;p=thirdparty%2Fpdns.git Update docs --- diff --git a/README.md b/README.md index 3e65143da1..ffc7603b76 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ compiler with C++-2011 support. On Debian 9, the following is useful: ```sh -apt install g++ libboost-all-dev libtool make pkg-config default-libmysqlclient-dev libssl-dev virtualenv +apt install g++ libboost-all-dev libtool make pkg-config default-libmysqlclient-dev libssl-dev virtualenv libluajit-5.1-dev ``` When building from git, the following packages are also required: @@ -82,7 +82,7 @@ autoreconf -vi To compile a very clean version, use: ```sh -./configure --with-modules="" --without-lua --disable-lua-records +./configure --with-modules="" --disable-lua-records make # make install ``` @@ -219,7 +219,7 @@ Homebrew. You need to tell configure where to find OpenSSL, too. ```sh brew install boost lua pkg-config ragel openssl -./configure --with-modules="" --with-lua PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig +./configure --with-modules="" PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig make -j4 ```