mosquitto/COMPILING.md

22 lines
908 B
Markdown
Raw Normal View History

2018-03-23 21:29:02 +00:00
The following packages can be used to add features to mosquitto. All of them
are optional.
2014-05-07 22:27:00 +00:00
2018-08-16 13:15:58 +00:00
* openssl
2018-05-02 22:56:11 +00:00
* c-ares (for DNS-SRV support, disabled by default)
2014-05-07 22:27:00 +00:00
* tcp-wrappers (optional, package name libwrap0-dev)
* libwebsockets (optional, disabled by default, version 2.4 and above)
* cJSON (optional, for JSON output from mosquitto_sub/mosquitto_rr)
2018-03-23 21:29:02 +00:00
* On Windows, a pthreads library is required if threading support is to be
included.
2014-05-07 22:27:00 +00:00
To compile, run "make", but also see the file config.mk for more details on the
various options that can be compiled in.
Where possible use the Makefiles to compile. This is particularly relevant for
the client libraries as symbol information will be included. Use cmake to
compile on Windows or Mac.
If you have any questions, problems or suggestions (particularly related to
2020-11-12 22:08:38 +00:00
installing on a more unusual device) then please get in touch using the details
in README.md.