Skip to content

Instantly share code, notes, and snippets.

@sydneyitguy
Last active October 7, 2015 02:58
Show Gist options
  • Save sydneyitguy/3094567 to your computer and use it in GitHub Desktop.
Save sydneyitguy/3094567 to your computer and use it in GitHub Desktop.
Install ImageMagick with PHP using HomeBrew
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