From: cristy Date: Fri, 16 Oct 2009 18:37:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9057dd5b2586548027a44ef046a2909ec0cd27f0;p=imagemagick --- diff --git a/PerlMagick/README.txt b/PerlMagick/README.txt index 21e2018d1..acea60013 100644 --- a/PerlMagick/README.txt +++ b/PerlMagick/README.txt @@ -3,7 +3,7 @@ Introduction PerlMagick, is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it suitable for Web CGI scripts. You - must have ImageMagick 6.5.3 or above installed on your system for this + must have ImageMagick 6.5.7 or above installed on your system for this module to work properly. See @@ -21,8 +21,8 @@ Installation Get the PerlMagick distribution and type the following: - gunzip ImageMagick-6.5.3-0.tar.gz - tar xvf ImageMagick-6.5.3 + gunzip ImageMagick-6.5.7-0.tar.gz + tar xvf ImageMagick-6.5.7 Follow the ImageMagick installation instructions in INSTALL-unix.txt then type