From: Peter van Dijk Date: Wed, 9 May 2012 18:16:08 +0000 (+0000) Subject: update docs, we -do- need boost libs these days X-Git-Tag: auth-3.2-rc1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2725b33e10cca43e86547bcf6e5ece90ee2aa67;p=thirdparty%2Fpdns.git update docs, we -do- need boost libs these days git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2613 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 6c0bb0e0c6..04547999ef 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -18342,15 +18342,7 @@ static RandomLoader randomloader; Starting with version 2.9.18, PowerDNS requires 'Boost' to compile, it is available for most operating systems. Otherwise, see the Boost website. - - If your operating system does not have a Boost package, you don't need to compile all of boost just for PowerDNS. - PowerDNS only uses Boost include files, so there is no need to install all of boost. Just untar the Boost distribution file and - point instruct ./configure to find it, perhaps like this: - - $ CXXFLAGS=-I/home/bert/download/boost_1_33_0 ./configure ... - - - AIX + AIX Known to compile with gcc, but only since 2.9.8. AIX lacks POSIX semaphores so they need to be emulated, as with MacOS X.