From 109701670d5dfb64e5bcefa8a6f95b2b7ef5b5f9 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 13 Jun 2016 11:13:17 +0200 Subject: [PATCH] Add small section on compiling on OpenIndiana --- docs/markdown/appendix/compiling-powerdns.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/markdown/appendix/compiling-powerdns.md b/docs/markdown/appendix/compiling-powerdns.md index 0f62d94134..fd58ada7c6 100644 --- a/docs/markdown/appendix/compiling-powerdns.md +++ b/docs/markdown/appendix/compiling-powerdns.md @@ -61,3 +61,15 @@ make has some issues with some PowerDNS Makefile constructs. When compiling, make sure that you have `/usr/ccs/bin` in your path. Furthermore, with some versions of MySQL, you may have to add `LDFLAGS=-lz` before `./configure`. + +### OpenIndiana +Compiles on OpenIndiana Hipster with `developer/gcc-49`. Other required packages +are: + + * bison + * boost + * developer/gcc-49 + * flex + * libtool + * pkg-config + * system/header -- 2.47.2