From 57a5ac98c8f874a9da58dda49c3cffc72925ac2a Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 20 Jun 2018 12:35:53 +1000 Subject: [PATCH] Update documentation --- docs/docs/guide/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/guide/installation.md b/docs/docs/guide/installation.md index 70b578c..1491597 100644 --- a/docs/docs/guide/installation.md +++ b/docs/docs/guide/installation.md @@ -6,11 +6,11 @@ * 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. +* NetBSD requires libiconv to be installed from pkgsrc in addition to other dependencies. Mosquitto should be installed from pkgsrc/wip. -* OpenBSD as of 6.2 does not have libmicrohttpd in ports, but current does. Requires libiconv. +* OpenBSD also requires libiconv. -* OpenIndiana does not have libssh in packages, so it needs to be built separately. Requires libiconv. +* OpenIndiana does not have libssh or mosquitto in packages, so they need to be built separately, mosquitto requires c-ares. Requires libiconv. * DragonFlyBSD also requires libiconv. @@ -18,7 +18,7 @@ Ensure you have git, c compiler, libsqlite3-dev, libreadline-dev, libssl-dev, libssh-dev libncurses5-dev, libmicrohttpd-dev, libmosquitto-dev, bash, libdbd-sqlite3-perl, gnu sed and gnu make - sudo apt-get install build-essential libsqlite3-dev libreadline-dev git libssl-dev libssh-dev libncurses5-dev libmicrohttpd-dev libdbd-sqlite3-perl libmosquitto-dev sed + sudo apt-get install build-essential libsqlite3-dev libreadline-dev git libssl-dev libssh-dev libncurses5-dev libmicrohttpd-dev libdbd-sqlite3-perl libmosquitto-dev libtool m4 sed automake should work on debian and debian derivatives.