summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-08 13:05:01 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-03-08 13:05:01 +0100
commit969d6687e582f52930f1158b6cd87dd3fc27dd65 (patch)
tree4039aa34e7eee01217e85831733e70cfe51d5ff1
parent5cd71439468ef3c35b73451f1fc19685249bc4f8 (diff)
downloadhakyll-969d6687e582f52930f1158b6cd87dd3fc27dd65.tar.gz
Alternative include directory on Mac OS X
-rw-r--r--examples/hakyll/tutorial.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown
index 74bf826..3b80db2 100644
--- a/examples/hakyll/tutorial.markdown
+++ b/examples/hakyll/tutorial.markdown
@@ -256,6 +256,10 @@ macports). Then install [regex-pcre] using:
cabal install --extra-include-dirs=/usr/local/include regex-pcre
+or
+
+ cabal install --extra-include-dirs=/opt/local/include regex-pcre
+
...and proceed to install Hakyll the regular way.
[regex-pcre]: http://hackage.haskell.org/package/regex-pcre