mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Update readme with new hombrew version spec
bison27 -> bison@2.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user