summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorjosepht <josepht@web>2010-10-18 15:05:02 +0000
committerJoey Hess <joey@kitenet.net>2010-10-18 15:05:02 +0000
commit332cb13310dfdc40b4620be7942657c30f63b3c8 (patch)
treef0852a205313da01784688975cfbd21f51bbbda0 /doc/tips
parentdd35d0d28fa2db775b4fd7fef0c587d5abd96e3e (diff)
Fixes
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
index 50bb2f520..f755813e3 100644
--- a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
+++ b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
@@ -34,8 +34,12 @@ curl http://www.kernel.org/pub/software/scm/git/git-manpages-1.7.3.1.tar.gz | su
I had terrible trouble installing ikiwiki. It turned out I had accidentally installed Perl through ports. Uninstalling that made everything install nicely.
I got an error on msgfmt. Turns out this is a program in gettext. I installed that and it fixed the error.
+cd ..
+
git clone git://git.ikiwiki.info/
+cd git.ikiwiki.info/
+
perl Makefile.PL LIB=/Library/Perl/5.10.0
make