Show
Ignore:
Timestamp:
10/20/09 05:33:26 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

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

    r396 r420  
    7575    within your Perl scripts. 
    7676 
     77Installation - Win32 Strawberry perl 
     78 
     79   On Win32 Strawberry perl the prefered way of installing PerlMagick is the 
     80   following: 
     81 
     82   1) Download and install ImageMagick Windows binaries from 
     83      http://www.imagemagick.org/script/binary-releases.php#windows 
     84 
     85   2) You HAVE TO choose dynamic (DLL) ImageMagick binaries.  Note: it is not 
     86      possible to mix 32/64bit binaries of perl and ImageMagick 
     87 
     88   3) During installation select that you want to install ImageMagick's 
     89      development files (libraries+headers) 
     90 
     91   4) You NEED TO have ImageMagick's directory in your PATH.  Note: we are 
     92      checking the presence of convert.exe or identify.exe tools 
     93 
     94   5) You might need Visual C++ Redistributable Package installed on your 
     95      system.  See instructions on ImageMagick's Binary Release webpage. 
     96 
     97   6) If you have all prerequisites 1)...5) you can simply install 
     98      ImageMagick by running: cpan -i Image::Magick 
     99 
    77100 
    78101Testing PerlMagick