문제

I apologize in advance for the newb-ish question.

I'd like to install MagickWand for PHP (http://www.magickwand.org/) on my ubuntu server. Is there a simple "apt-get install" command I can use?

The website tells me to install MagickWand by re-configuring PHP, but I would rather not if it's unnecessary--and I'm not even sure where the PHP extensions file is or how I'd find it (I've looked everywhere--I didn't install PHP from source, so maybe it doesn't exist??)

Thanks in advance for your help. Hopefully there's a quick and easy answer to this.

Best, Jake

도움이 되었습니까?

해결책

You need to install ImageMagick software which has the components you need:

sudo apt-get install imagemagick

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top