aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-29 03:35:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-29 03:35:39 +0000
commit49bdab9d467a88f32b5c9eda2e05a3c111b3a378 (patch)
treeb135f657a92c00f6a2b98288a9f2c16563674c16 /doc/index
parent4aae0841e5f1ad7ef26ef8f0ede5dca0b2ac6a24 (diff)
downloadikiwiki-49bdab9d467a88f32b5c9eda2e05a3c111b3a378.tar
ikiwiki-49bdab9d467a88f32b5c9eda2e05a3c111b3a378.tar.gz
web commit by JeremyReed: Disable img at build time?
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index f70040abc..6d7f8b1c6 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -224,4 +224,12 @@ Would anyone else find this a valuable addition. In oddmuse and instiki (the on
wiki engines I am currently using, the edit, home, and submit link tags have an
accesskey attribute. I find it nice not to have to resort to the mouse for those
actions. However, it may not be something everyone appreciates. Any thoughts?
---[Mazirian](http://mazirian.com) \ No newline at end of file
+--[Mazirian](http://mazirian.com)
+
+----
+
+# Disable build/install requirement on PerlMagick
+
+Some installs of PerlMagick require X11. I tried to first disable using "img" by using "--disable-plugin img"
+in the Makefile. But still failed. My workaround was to remove "img" from the bundle in IkiWiki/Plugin/goodstuff.pm
+before building. What is the recommended way to install ikiwiki without "img" support? --[[JeremyReed]] \ No newline at end of file