mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 15:30:00 -04:00
document python requirements
This commit is contained in:
parent
513b35b9a7
commit
5d2ab9b4b4
1 changed files with 3 additions and 0 deletions
3
README
3
README
|
|
@ -298,6 +298,9 @@ Building
|
|||
a nonstandard prefix, you can tell configure where to
|
||||
look for it using "--with-openssl=/prefix".
|
||||
|
||||
Python requires 'argparse' 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue