]> sipb.mit.edu Git - ikiwiki.git/blob - doc/install.mdwn
* Build-depend on libtext-wikiformat-perl, so that the syntax check of
[ikiwiki.git] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
2
3 Ikiwiki requires [[MarkDown]] be installed, and also uses the following
4 perl modules if available: `CGI::Session` `CGI::FormBuilder` (version
5 3.02.02 or newer) `HTML::Template` `Mail::SendMail` `Time::Duration`
6 `Date::Parse` (libtimedate-perl), `HTML::Scrubber`, `RPC::XML`,
7 `XML::Simple`
8
9 If you want to install from the tarball, you should make sure that the
10 required perl modules are installed, then run:
11
12         perl Makefile.PL
13         make
14         make install
15
16 See [[download]] for where to get it.