From 1b4cfc3671696dffab9b06f75110fb3d0b3e3ec2 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 19 Jan 2018 22:02:20 +1000 Subject: [PATCH] Update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2fb204..c7798b6 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,14 @@ The webserver will use templates in the www/ folder to create internal webpages # Misc Notes: -* FreeBSD requires libiconv to be installed from ports in addition to other dependencies. It also requires `ipv6_ipv4mapping="YES"` to be set in rc.conf +* FreeBSD requires libiconv to be installed from ports in addition to other dependencies. * macOS makefiles are intended to be built with dependencies provided by macports, homebrew support will require significant changes. -* NetBSD requires libiconv to be installed from pkgsrc in addition to other dependencies. It also requires `net.inet6.ip6.v6only=0` to be set in sysctl.conf +* NetBSD requires libiconv to be installed from pkgsrc in addition to other dependencies. + +* OpenBSD as of 6.2 does not have libmicrohttpd in ports, but current does. Requires libiconv. + +* OpenIndiana does not have libssh in packages, so it needs to be built separately. Requires libiconv. + +* DragonFlyBSD also requires libiconv. \ No newline at end of file