Update documentation
This commit is contained in:
parent
96ac7c0a3f
commit
57a5ac98c8
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user