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/>
|
2007-04-10 03:25:16 +02:00
|
|
|
|
2008-01-05 08:07:29 +01:00
|
|
|
|
2008-09-10 02:24:59 +02:00
|
|
|
A few special variables you can set while using the Makefile:
|
2007-04-10 03:25:16 +02:00
|
|
|
|
2008-09-10 02:24:59 +02:00
|
|
|
PROFILE=1 turns on profiling for the build of the doc wiki.
|
|
|
|
(Uses Devel::Profile)
|
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
|
|
|
|
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.
|