+++ /dev/null
-PowerDNS has moved to GitHub, the repository is at https://github.com/PowerDNS/pdns
-
-Then:
-
-$ ./bootstrap
-
-you may need to do that twice. You also need libtool-1.4, 1.3 won't work.
-Automake 1.6 is (almost) required.
-
-Send any patches you may have to the mailinglist:
- pdns-dev@mailman.powerdns.com
-
-Thanks!
SUBDIRS=modules codedocs @programdescend@
DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson
-EXTRA_DIST=README HACKING INSTALL NOTICE debian-pdns/* pdns.spec \
+EXTRA_DIST=README INSTALL NOTICE debian-pdns/* pdns.spec \
codedocs/doxygen.conf contrib/powerdns.solaris.init.d \
contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \
bootstrap build-scripts/semistaticg++ pdns/docs/dnstcpbench.1 \
On Debian 7.0, the following is useful:
apt-get install autoconf automake bison flex g++ git libboost-all-dev libtool make pkg-config ragel
-
+
+If you build from git, first build configure:
+
+ $ ./bootstrap
+
+(You may need to do that twice. You also need libtool-1.4, 1.3 won't work.
+Automake 1.6 or newer is required, too.)
+
To compile a very clean version, use:
$ ./configure --with-modules="" --without-lua
</listitem>
</varlistentry>
<varlistentry>
- <term>Q: I'm trying to build from SVN but I get lots of weird errors!</term>
+ <term>Q: I'm trying to build from Git but I get lots of weird errors!</term>
<listitem>
<para>
- A: Read the 'HACKING' file, it lists the build requirements (mostly autoconf, automake, libtool). In many cases,
+ A: Read the 'README' file, it lists the build requirements (mostly autoconf, automake, libtool). In many cases,
it may be easier to build from the source distribution though. More information for developers
is available on <ulink url="http://wiki.powerdns.com">the PowerDNS Open Source Community Wiki</ulink>.
</para>