From: joey Date: Mon, 10 Sep 2007 04:19:07 +0000 (+0000) Subject: web commit by http://per.bothner.myopenid.com/: Note how to install perl module depen... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/ace91c7d0b849c0922e05680eb2c85d11ba2d061 web commit by http://per.bothner.myopenid.com/: Note how to install perl module dependencies on Fedora 7. --- 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.