From: Mark Andrews Date: Thu, 26 May 2016 05:38:32 +0000 (+1000) Subject: document python requirements X-Git-Tag: v9.11.0a3~43 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=704e9058311833d5679188f271aadd7659a0e388;p=thirdparty%2Fbind9.git document python requirements --- diff --git a/README b/README index ff223098cf9..d1df141c85d 100644 --- a/README +++ b/README @@ -324,6 +324,9 @@ Building To support compression on the HTTP statistics channel, the server must be linked against libzlib (--with-zlib=/prefix). + Python requires 'argparse' and 'ply' to be available. + 'argparse' is a standard module as of Python 2.7 and Python 3.2. + 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.