Howdy list,
When installign Image::Magick you do this:
perl Makefile.PL
make
make install
How do I tell it the path that ImageMagick is installed in sot hat its
get built agianst them specifically?
The docs and comments in Makefile.PL are pretty slim :)
Would this do what I'm looking for above:
perl Makefile.PL PREFIX=/foo/bar/imagemagic
as regards to:
# Set Perl Installation prefix to ImageMagick installation prefix
# 'PREFIX' => '/usr'
in Makefile.PL
??
TIA!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>