FolusWen b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
..
CMakeFiles b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
apps b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
client b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
cmake b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
deps b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
examples b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
include b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
installer b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
lib b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
logo b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
man b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
misc b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
plugins b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
security b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
service b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
snap b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
src b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
test b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
CMakeCache.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
CMakeLists.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
CONTRIBUTING.md b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
CTestTestfile.cmake b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
ChangeLog.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
LICENSE.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
Makefile b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
NOTICE.md b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
README-compiling.md b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
README-letsencrypt.md b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
README-windows.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
README.md b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
about.html b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
aclfile.example b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
cmake_install.cmake b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
config.h b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
config.mk b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
edl-v10 b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
epl-v20 b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
install_manifest.txt b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
libmosquitto.pc b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
libmosquitto.pc.in b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
libmosquittopp.pc b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
libmosquittopp.pc.in b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
mosquitto.conf b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
pskfile.example b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө
pwfile.example b3d0b43338 [Add][GPL][Mosquitto] 3 жил өмнө

README-compiling.md

The following packages can be used to add features to mosquitto. All of them are optional.

  • openssl
  • c-ares (for DNS-SRV support, disabled by default)
  • tcp-wrappers (optional, package name libwrap0-dev)
  • libwebsockets (optional, disabled by default, version 2.4 and above)
  • cJSON (optional but recommended, for dynamic-security plugin support, and JSON output from mosquitto_sub/mosquitto_rr)
  • libsystemd-dev (optional, if building with systemd support on Linux)
  • On Windows, a pthreads library is required if threading support is to be included.
  • xsltproc (only if building from git)
  • docbook-xsl (only if building from git)

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 installing on a more unusual device) then please get in touch using the details in README.md.