Update compiling.txt.

This commit is contained in:
Roger A. Light 2018-03-23 21:29:02 +00:00
parent 2097ab0ace
commit 9d46fbf03c

View File

@ -1,11 +1,13 @@
The following packages are required for mosquitto:
The following packages can be used to add features to mosquitto. All of them
are optional.
* tcp-wrappers (optional, package name libwrap0-dev)
* openssl (version 1.0.0 or greater if TLS-PSK support is needed, can be disabled)
* c-ares (for DNS-SRV support, can be disabled)
* libuuid (from e2fsprogs, can be disabled)
* On Windows, the Redhat pthreads library is required if threading support is
to be included.
* openssl (version 1.0.0 or greater if TLS-PSK support is needed)
* c-ares (for DNS-SRV support)
* libuuid (from util-linux)
* tcp-wrappers
* libwebsockets
* On Windows, a pthreads library is required if threading support is to be
included.
To compile, run "make", but also see the file config.mk for more details on the
various options that can be compiled in.