From: cristy Date: Thu, 14 Feb 2013 12:46:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7ee84ae7f15e5a4c12a99c3ff97d051bab39115;p=imagemagick --- diff --git a/PerlMagick/README.txt b/PerlMagick/README.txt index 2f8a92371..21cb3909d 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.6.7 or above installed on your system for this + must have ImageMagick 7.0.0 or above installed on your system for this module to work properly. See @@ -23,8 +23,8 @@ Installation Get the PerlMagick distribution and type the following: - gunzip ImageMagick-6.6.7-0.tar.gz - tar xvf ImageMagick-6.6.7 + gunzip ImageMagick-7.0.0-0.tar.gz + tar xvf ImageMagick-7.0.0 Follow the ImageMagick installation instructions in INSTALL-unix.txt then type