2016年8月28日日曜日

macにanyenvでphpenvをinstall

anyenvはgithubに書いてある通り

  • anyenv
https://github.com/riywo/anyenv

phpenvは色々必要だったのでbrew経由でinstall

  • brew
http://brew.sh/index_ja.html

  • ライブラリ
brew install jpeg 
brew install libpng 
brew install mcrypt 
brew install autoconf 
brew install automake
あとは普通に
phpenv install 5.6.25
phpenv global 5.6.25 
phpenv rehash 
php -v