From b0e21500928ddefb7bf92cbb293192239cac67b5 Mon Sep 17 00:00:00 2001 From: Hugo Melder Date: Mon, 11 Sep 2023 20:57:02 +0200 Subject: [PATCH] INSTALL: Add libavahi and zlib as requirements (#320) --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 4b907b7283..b79e6d7dc6 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,9 @@ higher. * libxml2 (RECOMMENDED) * libcurl (RECOMMENDED) * libdispatch (RECOMMENDED) - * libxslt (OPTIONAL) + * libavahi (RECOMMENDED for NSNetServices) + * libxslt (RECOMMENDED) + * zlib (RECOMMENDED) * iconv (OPTIONAL, not needed if you have glibc) * openssl (OPTIONAL, not needed if you have gnutls)