]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 13 Feb 2013 14:41:45 +0000 (14:41 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 13 Feb 2013 14:41:45 +0000 (14:41 +0000)
PerlMagick/README.txt

index 2f8a92371f66606a5993a4943368b82c62ea5091..21cb3909d65c62f7c96a4cb6cb98ca93a401d0da 100644 (file)
@@ -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