summaryrefslogtreecommitdiff
path: root/doc/patchqueue/image-magick-prereq.mdwn
blob: bdec4dbb201c7ea7a650a5fa200297554fa2c440 (plain)

The img plugin is part of the default install and requires Image::Magick.

img is not enabled by default though. I don't want to list every module that some plugin can use in there, only the ones in the default install --[[Joey]]

Isn't it part of the goodstuff bundle, which is enabled in the Makefile.PL? I was testing out install on another box earlier and the build failed because Image::Magick wasn't installed; after sudo cpan Image::Magick, that error went away. --Ben

Here's the result of running make on a fresh checkout:

After sudo apt-get install perlmagick, make gets past this point. (It then crashes on [[bugs/xgettext_issue]]).