]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - README
* Disable taint checking for all builds as people keep complaining about it,
[git.ikiwiki.info.git] / README
1 Use ./Makefile.PL to generate a Makefile, "make" will build the
2 documentation wiki and a man page, and "make install" will install ikiwiki.
4 A few special variables you can set while using the Makefile:
6 PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile
8 NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
9 unless your perl is less buggy than mine -- see
10 http://bugs.debian.org/411786)
12 All other documentation is in the ikiwiki documentation wiki, which is also
13 available online at <http://ikiwiki.info/>