From: Ruben d'Arco Date: Tue, 5 Dec 2017 16:39:15 +0000 (+0000) Subject: For building docs, virtualenv is needed. X-Git-Tag: dnsdist-1.3.0~209^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45e4814a7020b1488cbce3d66466b15311da8d21;p=pdns For building docs, virtualenv is needed. --- diff --git a/README.md b/README.md index eba419fa3..630728da4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ compiler with C++-2011 support. On Debian 8.0, the following is useful: ``` -$ apt-get install g++ libboost-all-dev libtool make pkg-config libmysqlclient-dev libssl-dev +$ apt-get install g++ libboost-all-dev libtool make pkg-config libmysqlclient-dev libssl-dev virtualenv ``` When building from git, the following packages are also required: autoconf, automake,