diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 03:35:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 03:35:39 +0000 |
commit | 49bdab9d467a88f32b5c9eda2e05a3c111b3a378 (patch) | |
tree | b135f657a92c00f6a2b98288a9f2c16563674c16 | |
parent | 4aae0841e5f1ad7ef26ef8f0ede5dca0b2ac6a24 (diff) |
web commit by JeremyReed: Disable img at build time?
-rw-r--r-- | doc/index/discussion.mdwn | 10 |
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 |