diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-12 16:54:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-12 16:54:47 +0000 |
commit | fc7283c62320ba72b74031017a1266cdf34a28d2 (patch) | |
tree | d1c01da735397bacb8100bb2c7cccf3e72949f93 /doc | |
parent | 2eff1c64abaab87522a44fef6eac6cab10c95792 (diff) |
note about perl version
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index d34de92b1..9164d7185 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,5 +1,8 @@ The easiest way to install ikiwiki is using the Debian package. +Ikiwiki is a perl program, and needs a recent version of perl such as +5.8.8. (5.8.0 has been reported not to work). + Ikiwiki requires [[MarkDown]] and the `HTML::Parser` perl module be installed, and also uses the following perl modules if available: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or newer) |