Update readme with new hombrew version spec

bison27 -> bison@2.7
This commit is contained in:
Caleb Land
2017-07-17 20:39:21 -04:00
parent c808374b06
commit 7ec07b66b3

View File

@@ -29,13 +29,13 @@ 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 homebrew/versions/bison27 gettext icu4c jpeg libpng openssl readline homebrew/dupes/zlib
brew install freetype bison@2.7 gettext icu4c jpeg libpng openssl readline homebrew/dupes/zlib
```
and, in order to compile 5.x versions of PHP, you **must** link `bison27` package:
```
brew link --force bison27
brew link --force bison@2.7
```
## Development