From b71bf0478de64d57303dd9f1ce0dac7e43da7b3c Mon Sep 17 00:00:00 2001 From: rmultan Date: Mon, 29 Jul 2024 12:40:15 +0200 Subject: [PATCH] Add confuse to build dependencies for MacOS build Signed-off-by: rmultan --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 096899ce5..89f314f4f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -355,7 +355,7 @@ xcode-select --install 1. install Homebrew (see https://brew.sh) and then the required build infrastructure: ``` -brew install autoconf automake libtool pkg-config gettext +brew install autoconf automake libtool pkg-config gettext confuse ``` 2. install Qt