From 4486aaac67700fad43928ee22f3991067c620cca Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 7 Feb 2014 19:20:20 +0100 Subject: [PATCH] Correct README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b233c3741d..6dda811e41 100644 --- a/README.md +++ b/README.md @@ -39,26 +39,25 @@ To compile a very clean version, use: $ make # make install -This generates a PowerDNS Authoritative Server binary with no modules, except the bind backend, -built in. +This generates a PowerDNS Authoritative Server binary with no modules built in. -When ./configure is run without --with-modules, the gmysql module is +When `./configure` is run without `--with-modules`, the bind and gmysql module are built-in by default and the pipe-backend is compiled for runtime loading. To add multiple modules, try: - $ ./configure --with-modules="gmysql gpgsql" + $ ./configure --with-modules="bind gmysql gpgsql" See http://doc.powerdns.com/compiling-powerdns.html for more details. COMPILING THE RECURSOR ---------------------- -Either use ./configure --enable-recursor or explicitly do 'make pdns_recursor'. Releases -are built by first running dist-recursor and compiling from the pdns-recursor-x.y subdirectory. +Either use `./configure --enable-recursor` or explicitly do `make pdns_recursor`. Releases +are built by first running `dist-recursor` and compiling from the `pdns-recursor-x.y` subdirectory. SOLARIS NOTES ------------- -You need gcc 3.x, preferably 3.2! The 'Sunpro' compiler is currently not +You need gcc 3.x, preferably 3.2! The "Sunpro" compiler is currently not supported (patches are welcome if not too intrusive). If you encounter problems with the Solaris make, gmake is advised. -- 2.47.2