From 2df6ca0d6f6220e4a24746526e6918572b6399f0 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 31 May 2012 10:33:55 +0200 Subject: Update FAQ: we don't depend on pcre no more! --- web/tutorials/faq.markdown | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'web/tutorials') diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown index eed32a2..5a874d7 100644 --- a/web/tutorials/faq.markdown +++ b/web/tutorials/faq.markdown @@ -66,20 +66,3 @@ This means that when you upload your site, it will usually transfer all files -- this can generate more traffic than necessary, since it is possible that some files were not actually modified. If you use `rsync`, you can counter this using the `--checksum` option. - -## Problem with regex-pcre dependency on Mac OS - -Hakyll requires [regex-pcre], which might fail to build on Mac OS. To solve -this problem, make sure the [pcre] C library is installed (via homebrew or -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 -[pcre]: http://www.pcre.org/ -- cgit v1.2.3