web commit by JeremyReed: Disable img at build time?

master
joey 2006-12-29 03:35:39 +00:00
parent 4aae0841e5
commit 49bdab9d46
1 changed files with 9 additions and 1 deletions

View File

@ -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)
--[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]]