aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 6ef81ea0c..feb0742b6 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -14,6 +14,13 @@ installed, and also uses the following perl modules if available:
[[cpan XML::Feed]], [[cpan File::MimeInfo]], [[cpan Locale::gettext]]
(version 1.04 or newer).
+While Fedora 7 doesn't have an ikiwiki package, you can install needed
+perl modules using this command:
+
+ yum install perl-Text-Markdown perl-Mail-Sendmail perl-HTML-Scrubber \
+ perl-XML-Simple perl-TimeDate perl-HTML-Template perl-CGI-FormBuilder \
+ perl-CGI-Session perl-File-MimeInfo perl-gettext
+
Various [[plugins]] use other libraries and utlities; see their individual
documentation for details.