diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-19 08:59:20 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-19 08:59:20 -0700 |
commit | 64f8bdf6f26b2247ce92c25b557aed03bfcb2f30 (patch) | |
tree | 7f8fdbe11a44dd4f3b6a54ecc59859926ba4b4a2 /INSTALL | |
parent | 55b3d0f7c3721493ce4a16cb712ac152ff163951 (diff) | |
download | pandoc-64f8bdf6f26b2247ce92c25b557aed03bfcb2f30.tar.gz |
ADded note in INSTALL about a workaround for OSX.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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`: |