ikiwiki/README

28 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2006-03-23 09:10:09 +01:00
Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.
2006-03-20 09:04:39 +01:00
2008-09-10 02:24:59 +02:00
All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.info/>
2008-01-05 08:07:29 +01:00
2010-03-29 00:49:15 +02:00
A few special variables you can set while using the Makefile.PL:
2008-09-10 02:24:59 +02:00
PROFILE=1 turns on profiling for the build of the doc wiki.
2009-08-14 03:05:07 +02:00
(Uses Devel::NYTProf)
2008-05-06 01:02:04 +02:00
2008-09-10 02:24:59 +02:00
NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)
2008-07-21 04:32:34 +02:00
2010-09-27 22:10:13 +02:00
MAKE, FIND, and SED can be used to specify where you have the GNU
versions of those tools installed, if the normal make, find, and sed
are not GNU.
2008-09-10 02:24:59 +02:00
There are also other variables supported by MakeMaker, including PREFIX,
INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3).
In particular, INSTALL_BASE is very useful if you want to install ikiwiki
to some other location, as it configures it to see the perl libraries
there. See `doc/tips/nearlyfreespeech.mdwn` for an example of using this to
install ikiwiki and its dependencies in a home directory.