diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-28 15:03:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-28 15:03:22 -0400 |
commit | bde6809e5bf8d0fbd92f37438e1ffe779ee1c3cc (patch) | |
tree | 1d622cedaf3b31ca619f1306ab2fc39025571284 /doc/install | |
parent | 1a4ba6cbcfb842f198d9b9215d51cf0b2af4241f (diff) | |
download | ikiwiki-bde6809e5bf8d0fbd92f37438e1ffe779ee1c3cc.tar ikiwiki-bde6809e5bf8d0fbd92f37438e1ffe779ee1c3cc.tar.gz |
web commit by http://vibrog.myopenid.com/
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/discussion.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index 54a30723d..52f5e075c 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -115,3 +115,13 @@ ah, i still don't fully get it, though (the following is slightly shortened): i /TimeDate/ to find objects with matching identifiers. +I'm trying to build IkiWiki on a fresh OpenSuse 10.3 box. I start out with + + $ perl -MCPAN -e 'install Text::Markdown URI HTML::Parser HTML::Template HTML::Scrubber' + $ git clone git://git.ikiwiki.info/ ikiwiki && cd ikiwiki + $ perl Makefile.PL && make + +Are there other prerequisites? +I also installed all optional Perl modules, except TimeDate. + +`make` exits with `make: *** [extra_build] Aborted`, `make test` complains `cannot stat 'ikiwiki.man'` |