Need help with custom install of ImageMagick package
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
The 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
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 $LDLIBRARYPATH
Can someone point me in the right direction in order to install ImageMagick to custom path.
Thanks in advance.