]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://id.inelegant.org/
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 01:09:19 +0000 (01:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 01:09:19 +0000 (01:09 +0000)
doc/patchqueue/image-magick-prereq.mdwn [new file with mode: 0644]

diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn
new file mode 100644 (file)
index 0000000..fc79e73
--- /dev/null
@@ -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