Hi All,
I need to install IMageMagick on Centos 6 in a custom path. Therefore I am not using an .rpm or yum.
Looking at the instructions here
http://www.imagemagick.org/script/binar ... s.php#unixThe step for custom install path says
tar xvzf ImageMagick.tar.gz
none of the ImageMagick.tar.gz packages available here, correspond to the official install instructions for installing to the custom path
http://www.imagemagick.org/download/ The packages available for downloading are missing the bin and lib folders which are described in the next steps where they need to be added to the environment variables $PATH and $LD_LIBRARY_PATH
Can someone point me in the right direction in order to install ImageMagick to custom path.
Thanks in advance.