Skip to content

Instantly share code, notes, and snippets.

@vudaltsov
Created July 25, 2019 12:26
Show Gist options
  • Save vudaltsov/0bed626353a4fc13cd722fee158f7181 to your computer and use it in GitHub Desktop.
Save vudaltsov/0bed626353a4fc13cd722fee158f7181 to your computer and use it in GitHub Desktop.
phpenv Mac install script
CONFIGURE_OPTS="\
--with-zlib-dir=$(brew --prefix zlib)\
--with-bz2=$(brew --prefix bzip2)\
--with-iconv=$(brew --prefix libiconv)\
--with-readline=$(brew --prefix readline)\
--with-libedit=$(brew --prefix libedit)\
--with-tidy=$(brew --prefix tidy-html5)\
--with-curl=$(brew --prefix curl)\
--with-jpeg-dir=$(brew --prefix jpeg)\
--with-png-dir=$(brew --prefix libpng)\
--with-libzip=/Users/vudaltsov/libzip-1.5.2\
" phpenv install 7.3.6 --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment