This commit is contained in:
kvmc 2024-03-04 09:25:36 -08:00 committed by GitHub
commit a90d9327cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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