Update ImageMagick on CentOS
  1. Download your latest ImageMagick version at:

    http://www.imagemagick.org/script/download.php

  2. Untar and change directory to that folder

    NOTE: Steps can be altered with wget and untar commands

  3. Type the following as the root:

    ./configure  --disable-openmp
    make
    make install
    make check
    ldconfig /usr/local/lib<
    
    Type this command to chek the version: convert -version

No comments :

Post a Comment