Changeset 396

Show
Ignore:
Timestamp:
10/16/09 11:37:27 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/PerlMagick/README.txt

    r1 r396  
    44    Use the module to read, manipulate, or write an image or image sequence 
    55    from within a Perl script. This makes it suitable for Web CGI scripts. You 
    6     must have ImageMagick 6.5.3 or above installed on your system for this 
     6    must have ImageMagick 6.5.7 or above installed on your system for this 
    77    module to work properly. 
    88 
     
    2222    Get the PerlMagick distribution and type the following:  
    2323 
    24         gunzip ImageMagick-6.5.3-0.tar.gz 
    25         tar xvf ImageMagick-6.5.3 
     24        gunzip ImageMagick-6.5.7-0.tar.gz 
     25        tar xvf ImageMagick-6.5.7 
    2626 
    2727    Follow the ImageMagick installation instructions in INSTALL-unix.txt