I want to configure Imagick for PHP, but don't know how. I have all these great tutorial sites for learning how to configure the two, but I get confused when I read the directions. I'm not very good with using Command Prompt, so it adds to my confusion when a direction says something like:
Go to imagick folder and type "phpize && ./configure && make && make install"
or
In the root PHP source directory run ./buildconf –force to rebuild the configuration script
I'd like to know if someone could explain to me how to configure PHP with Imagick, but explain it with clear directions that a non-technical user can follow.
Below are the tutorial websites, which I'm currently using:
http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/ http://forum.directadmin.com/showthread.php?t=26443
So far, I've installed a binary release of ImageMagick & I've download + unzipped MagickWandForPHP-1.0.9-2
Any help would be appreciated.