aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/patchqueue/image-magick-prereq.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn
new file mode 100644
index 000000000..fc79e7397
--- /dev/null
+++ b/doc/patchqueue/image-magick-prereq.mdwn
@@ -0,0 +1,15 @@
+The _img_ plugin is part of the default install and requires _Image::Magick_.
+
+<pre>
+Index: Makefile.PL
+===================================================================
+--- Makefile.PL (revision 2675)
++++ Makefile.PL (working copy)
+@@ -83,5 +83,6 @@
+ 'Mail::Sendmail' => 0,
+ 'HTML::Parser' => 0,
+ 'URI' => 0,
++ 'Image::Magick' => 0,
+ },
+ );
+</pre> \ No newline at end of file