From 2a9c104a16cd8dcb81247e58734d113c8a215085 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 5 Feb 2019 09:27:53 -0500 Subject: [PATCH] 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`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0efca..6d22c29 100644 --- a/README.md +++ b/README.md @@ -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: