From 44b76f3c1d8be889cf5819851a4949a43ee42b23 Mon Sep 17 00:00:00 2001 From: kvmc Date: Sat, 14 Oct 2023 13:03:26 -0400 Subject: [PATCH] Update MacDevelopment.md homebrews glib-utils package is now referred to as glib --- Documentation/MacDevelopment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/MacDevelopment.md b/Documentation/MacDevelopment.md index 9d923163d..fb1303ace 100644 --- a/Documentation/MacDevelopment.md +++ b/Documentation/MacDevelopment.md @@ -25,7 +25,7 @@ If you want to build the dependencies yourself, it is highly recommended that yo 1. Install Xcode command line and [Homebrew][1] 2. Install the following build prerequisites ```sh - brew install bison pkg-config gettext glib-utils libgpg-error nasm meson + brew install bison pkg-config gettext glib libgpg-error nasm meson ``` ```sh