diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-29 18:20:35 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-29 18:20:35 +0000 |
commit | 3498540d7524aafcb0fc8c023f9e05cefe9a223f (patch) | |
tree | 3aedc6da6501141c7a61c49c636973803ca5bc09 /doc | |
parent | 7cf1122c70d39f5baf1f3c3aaa596b17558e8203 (diff) |
web commit by joey
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index e8c94361c..003da0ec7 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,5 +1,10 @@ The easiest way to install ikiwiki is using the Debian package. +Ikiwiki requires [[MarkDown]] be installed, and also uses the following +perl modules: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or +newer) `HTML::Template` `Mail::SendMail` `Time::Duration` `Date::Parse` +(libtimedate-perl), `HTML::Scrubber` + If you want to install from the tarball, you should make sure that the required perl modules are installed, then run: perl Makefile.PL |