From 74624ba0b556e08e84394e8f2ee3d0b7dcabfb1d Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Tue, 19 Dec 2023 15:10:54 +0200 Subject: [PATCH] Add libbrotli to Prerequisites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9552a56c6..5d048d214 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Prerequisites: * pkg-config * gcc * zlib >= 1.2 +* libbrotli (optional, for Brotli compression) Prerequisites for building documentation: * Doxygen