README-compiling.md
The following packages can be used to add features to mosquitto.
WITH_SRV=yesWITH_EDITLINE=noWITH_HTTP_API=noWITH_TLS=nomosquitto_loop_start() and mosquitto_loop_stop() functions. If compiled
without pthread support, the library isn't guaranteed to be thread safe.WITH_SQLITE=noWITH_BUNDLED_DEPS=noWITH_DOCS=noFor testing, the following packages are required:
To compile you may either use CMake, or on Linux look in the file config.mk
for compile options and use plain make.
Up to version 2.1, the recommendation was to use CMake for Windows and Mac, and to use make everywhere else. The recommendation now is to use cmake in all cases, and that the plain makefiles will be removed in version 3.0.
If you have any questions, problems or suggestions (particularly related to installing on a more unusual device) then please get in touch using the details in README.md.