Browse Source

Merge pull request #5439 from startergo/main

Update iOSDevelopment.md
osy 2 years ago
parent
commit
5abb987065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/iOSDevelopment.md

+ 1 - 1
Documentation/iOSDevelopment.md

@@ -28,7 +28,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
-    `brew install bison pkg-config gettext glib-utils libgpg-error nasm meson`
+    `brew install bison pkg-config gettext glib libgpg-error nasm meson`
     `pip3 install six pyparsing`
    Make sure to add `bison` to your `$PATH` environment variable!
     `export PATH=/usr/local/opt/bison/bin:/opt/homebrew/opt/bison/bin:$PATH`