summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-30 17:21:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-30 17:21:37 +0200
commit3edc21dfc5182d4e96888b1667f05f9aaef88623 (patch)
tree3368bd4644bfdd933194d0f828b484898455f65e /INSTALL
parent3eec45a48d03fff4e8653dc8fd5617f74c64f3a8 (diff)
downloadbiruda-3edc21dfc5182d4e96888b1667f05f9aaef88623.tar.gz
biruda-3edc21dfc5182d4e96888b1667f05f9aaef88623.tar.bz2
ported and added docu for NetBSD
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
-------------------