diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-10 04:19:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-10 04:19:07 +0000 |
commit | ace91c7d0b849c0922e05680eb2c85d11ba2d061 (patch) | |
tree | ed83cb0af24b0e4cbdcf56abeef30d29823adf60 /doc | |
parent | f8d264848a0b1b8805bee0c6a69c705b1fe4fa9c (diff) |
web commit by http://per.bothner.myopenid.com/: Note how to install perl module dependencies on Fedora 7.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 7 |
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. |