Solved (my) PerlMagick installation problem (Win7)

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
User avatar
rmabry
Posts: 148
Joined: 2004-04-13T11:25:27-07:00

Solved (my) PerlMagick installation problem (Win7)

Post by rmabry »

I recently mentioned some troubles building PerlMagick on Win7.

My error was due to taking my instructions as per README.txt in the PerlMagick directory, which leaves out the line

nmake

before the line

nmake install :
For Windows systems, type

perl Makefile.nt
nmake install
It is correctly described on the main PerlMagick page:
$ perl Makefile.nt
$ nmake
$ nmake install
Perhaps that missing line should be inserted in README.txt for future releases.

Rick
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Solved (my) PerlMagick installation problem (Win7)

Post by magick »

We corrected README.txt as you recommended. Thanks.
Post Reply