From: Sangwhan Moon Date: Wed, 22 Feb 2017 08:36:06 +0000 (+0900) Subject: Add notes for building on FreeBSD. X-Git-Tag: rec-4.1.0-alpha1~199^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bf96826e0347c0777d1a10e7ab83a77221dea89;p=pdns Add notes for building on FreeBSD. --- diff --git a/README.md b/README.md index c37acc819..a5411a05d 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ FREEBSD NOTES ------------- You need to compile using gmake - regular make only appears to work, but doesn't in fact. Use gmake, not make. +The clang compiler installed through FreeBSD's package manager does not expose all of the C++11 features needed under `std=gnuc++11`. Force the compiler to use `std=c++11` mode instead. + + export CXXFLAGS=-std=c++11 + MAC OS X NOTES -------------- PowerDNS Authoritative Server is available through Homebrew: