]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/install.mdwn
note on disabling sidebar
[ikiwiki.git] / doc / install.mdwn
index 49153c0d0067270beb10784ca94f4b7756d75ae9..9164d71858731e4a7b2f75f93b9f5cd098cffaaa 100644 (file)
@@ -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)
@@ -15,6 +18,7 @@ required perl modules are installed, then run:
 
         perl Makefile.PL
         make
+       make test # optional
         make install
 
 See [[download]] for where to get it.