mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user