From 77ffd9f60291de3ebfea0bfd71b73b6eed8f8c26 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 31 Oct 2014 20:19:48 +0000 Subject: [PATCH] Add dependencies to compiling.txt. --- compiling.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiling.txt b/compiling.txt index f439c44d..44af79b8 100644 --- a/compiling.txt +++ b/compiling.txt @@ -1,7 +1,9 @@ The following packages are required for mosquitto: * tcp-wrappers (optional, package name libwrap0-dev) -* openssl (version 1.0.0 or greater if TLS-PSK support is needed) +* 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.