Page 1 of 1

how to install latest image magick patch?

Posted: 2010-12-29T22:37:15-07:00
by sri123
Hello All,

I am using image magick 6.6.6 version for my VC++ application.

how can i install latest image magick 6.6.6-7 pacth or add latest image magick patch to my older version of image magick.

Can anyone please help me how to install patch to the existing version of image magick?

Thanks in advance..

Re: how to install latest image magick patch?

Posted: 2010-12-31T21:43:08-07:00
by anthony
There is no specific 'patch'. You just download a new release. OR install the SVN version so that it will update the source files as needed.

Code: Select all

mkdir IM
cd IM
svn co https://magick.imagemagick.org/subversion/ImageMagick/trunk .