Created
December 19, 2018 13:46
-
-
Save raksa/7cdfe018ceed76ae86967db037de04ea to your computer and use it in GitHub Desktop.
quick test php from git src
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| #xcode-select --install | |
| #/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| #brew install bison | |
| #brew install wget | |
| #brew install openssl | |
| #brew install libxml2 | |
| #brew link libxml2 --force | |
| #brew install jpeg | |
| #brew install libpng | |
| #brew install libmcrypt | |
| git clean -xdf && \ | |
| export PATH="/usr/local/Cellar/bison/3.2.2/bin:$PATH" && \ | |
| ./buildconf && \ | |
| ./configure --without-sqlite3 --without-pdo-sqlite --with-iconv=$(brew --prefix libiconv) && \ | |
| make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment