View Single Post
Old 07-23-2014, 02:53 AM  
Kafka
Confirmed User
 
Kafka's Avatar
 
Join Date: Oct 2002
Location: Holland
Posts: 466
Quote:
Originally Posted by KlenTelaris View Post
That because you are noob

If you are on cent os,type following: yum install ImageMagick
If you are on debian/ubuntu type following: apt-get install ImageMagick
If you are not on any of these operative systems,then check does operative system have it's own packaging system ,if it does not,then you will need to compile image magick from source code.But even that is not hard,you just need to type following commands in that case: ( after you extract archive and enter archived directory)
./configure
make
make install
And that's it.
And don't forget to restart Apache (if you use Apache and PHP).

Last edited by Kafka; 07-23-2014 at 02:57 AM..
Kafka is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote