From c00671af5c25593bebf065ed8820f7f00ee85efe Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 3 Dec 2020 00:06:21 +0000 Subject: [PATCH] Rename and update. --- COMPILING.md => README-compiling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename COMPILING.md => README-compiling.md (87%) diff --git a/COMPILING.md b/README-compiling.md similarity index 87% rename from COMPILING.md rename to README-compiling.md index 8aa1c561..f3be9d9a 100644 --- a/COMPILING.md +++ b/README-compiling.md @@ -5,7 +5,8 @@ are optional. * 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, for JSON output from mosquitto_sub/mosquitto_rr) +* cJSON (optional but recommended, for dynamic-security plugin support, and + JSON output from mosquitto_sub/mosquitto_rr) * On Windows, a pthreads library is required if threading support is to be included.