Updates README

In the macOS section of prerequisites, the brew command referenced an outdated package.  All of the `homebrew/dupes/...` packages were migrated into the core or deleted.  This updates the brew command with the correct name of the zlib package which is just `zlib`.
This commit is contained in:
Chris Jones
2019-02-05 09:27:53 -05:00
committed by GitHub
parent a732ca8951
commit 2a9c104a16

View File

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