From: Mark Andrews Date: Thu, 10 Mar 2016 05:38:14 +0000 (+1100) Subject: document --with-zlib X-Git-Tag: v9.11.0a1~49 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3d8078255fd165b42cc5725427fa27810ecd1d56;p=thirdparty%2Fbind9.git document --with-zlib --- diff --git a/README b/README index 411672aec21..f5129473aff 100644 --- a/README +++ b/README @@ -395,6 +395,9 @@ Building If these are installed at a nonstandard prefix, use "--with-libxml2=/prefix" or "--with-libjson=/prefix". + To support compression on the HTTP statistics channel, the + server must be linked against libzlib (--with-zlib=/prefix). + On some platforms it is necessary to explicitly request large file support to handle files bigger than 2GB. This can be done by "--enable-largefile" on the configure command line.