ADded note in INSTALL about a workaround for OSX.
This commit is contained in:
parent
55b3d0f7c3
commit
64f8bdf6f2
1 changed files with 9 additions and 0 deletions
9
INSTALL
9
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`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue