Brew install bison27 instead of bison@2.7

This commit is contained in:
Choong Wei Tjeng
2017-08-21 19:34:58 +02:00
parent 31f0138f96
commit 6835d73d06

View File

@@ -31,7 +31,7 @@ sudo apt-get install curl build-essential autoconf libjpeg-dev libpng12-dev open
In order to compile PHP on macOS machines, you must install some brew packages first:
```
brew install freetype bison bison@2.7 gettext icu4c jpeg libiconv libpng openssl readline homebrew/dupes/zlib
brew install freetype bison bison27 gettext icu4c jpeg libiconv libpng openssl readline homebrew/dupes/zlib
```
Use environment variables to instruct autoconf on where to find the libraries you installed using homebrew: