From ace91c7d0b849c0922e05680eb2c85d11ba2d061 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 10 Sep 2007 04:19:07 +0000 Subject: [PATCH] web commit by http://per.bothner.myopenid.com/: Note how to install perl module dependencies on Fedora 7. --- doc/install.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.44.0