From a2725b33e10cca43e86547bcf6e5ece90ee2aa67 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 9 May 2012 18:16:08 +0000 Subject: [PATCH] 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 --- pdns/docs/pdns.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 6c0bb0e0c..04547999e 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. -- 2.40.0