Last active
October 7, 2015 02:58
-
-
Save sydneyitguy/3094567 to your computer and use it in GitHub Desktop.
Install ImageMagick with PHP using HomeBrew
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
brew install imagemagick | |
brew install imagick | |
cd /usr/lib/php/extensions/no-debug-non-zts-20090626 | |
sudo ln -s /usr/local/Cellar/imagick/3.0.1/lib/php/extensions/imagick.so imagick.so | |
echo "extension='/usr/lib/php/extensions/no-debug-non-zts-20090626/imagick.so'" >> /usr/local/etc/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment