ikiwiki/README

17 lines
688 B
Plaintext
Raw 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
A few special variables you can set while using the Makefile:
PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile
2008-01-05 08:07:29 +01:00
NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
2008-01-05 08:07:29 +01:00
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)
2008-05-06 01:02:04 +02:00
There are also other variables supported by MakeMaker, including PREFIX,
INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3).
2006-04-29 20:04:46 +02:00
All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.info/>