Created
February 13, 2012 02:49
-
-
Save sirleech/1812914 to your computer and use it in GitHub Desktop.
PHP Image Processing Libraries Ubuntu 10.04
This file contains 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
PHP5 | |
php5 curl php5-curl php5-xcache php-pear php5-dev | |
GD | |
php5-gd | |
PHP Imagick | |
sudo apt-get install imagemagick libmagick9-dev | |
sudo pecl install imagick | |
Confirm all questions by hitting return | |
Create file /etc/php5/conf.d/imagick.ini and add a line "extension=imagick.so" | |
Reload Apache: sudo /etc/init.d/apache2 reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment