From 3edc21dfc5182d4e96888b1667f05f9aaef88623 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 30 May 2015 17:21:37 +0200 Subject: ported and added docu for NetBSD --- INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'INSTALL') 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 ------------------- -- cgit v1.2.3-54-g00ecf