Created
November 21, 2012 09:37
-
-
Save abulte/4123993 to your computer and use it in GitHub Desktop.
Install intl pecl extension on MAMP Mac OS 10.8.2
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
# get pecl ready | |
# http://www.lullabot.com/articles/installing-php-pear-and-pecl-extensions-on-mamp-mac-os-x-107-lion | |
# if ! autoconf bin on your system | |
brew install autoconf | |
# install ICU | |
brew install icu4c | |
sudo pecl install intl | |
# answer first question with /usr/local/opt/icu4c | |
# should be ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment