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