]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - README.md
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
[thirdparty/pdns.git] / README.md
index 0aa48750bdd5008d8b71f89e84e5a45fbeae463d..3e65143da18c69dca079094bbb3ac5944a44af4d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,6 +28,18 @@ Authoritative Server, and dnsdist (a powerful DNS loadbalancer). All three can
 be built from this repository. However, all three released separately as .tar.bz2,
 .deb and .rpm.
 
+The different releases can be built by the help of pdns-builder, which uses a
+docker-based build process. To get started with this, run these commands in the root
+of this repository:
+
+```sh
+git submodule init
+git submodule update
+./builder/build.sh
+```
+
+This will bring up a USAGE-page which will explain how to build the different releases.
+
 COMPILING Authoritative Server
 ------------------------------
 The PowerDNS Authoritative Server depends on Boost, OpenSSL and requires a
@@ -180,7 +192,7 @@ The HTML documentation will now be available in `html-docs`.
 
 Solaris Notes
 -------------
-Use a recent gcc. OpenCSW is a good source, as is Solaris 11 IPS.
+Use a recent gcc (and other build tools), possibly from Solaris 11 IPS.
 
 If you encounter problems with the Solaris make, gmake is advised.