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