From 64f8bdf6f26b2247ce92c25b557aed03bfcb2f30 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 19 Aug 2011 08:59:20 -0700 Subject: ADded note in INSTALL about a workaround for OSX. --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index ea47c94e6..9c16ddc0a 100644 --- a/INSTALL +++ b/INSTALL @@ -28,6 +28,15 @@ the [cabal-install] build tool. cabal install + If you are on OSX, you may encounter an error installing highlighting-kate, + + ld: scattered reloc r_address too large + + The workaround is this: + + cabal install highlighting-kate --disable-library-for-ghci + cabal install pandoc -fhighlighting -f-wrappers + 3. Make sure the `$CABALDIR/bin` directory is in your path. You should now be able to run `pandoc`: -- cgit v1.2.3