summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d1712ee..e5be7e6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -61,6 +61,27 @@ Install the following packages via 'pkg install' (pkgng) or via ports:
* nanomsg
* libdaemon
* libmicrohttpd
+
+NetBSD 6
+--------
+
+Install the following packages via 'pkgin install':
+
+ * gengetopt
+ * libconfuse
+ * json-c
+ * libdaemon
+ * libmicrohttpd
+
+nanomsg you have to build on your own:
+
+ ./configure --prefix=/usr/local
+ gmake
+ gmake install
+
+Make sure '/usr/pkg/bin' is part of your PATH (for 'pkg-config' to be found).
+Make sure '/usr/pkg/lib' and '/usr/local/lib' are part of your
+LD_LIBRARY_PATH.
Building on Windows
-------------------