From fca95bf43c16f19466df26c7875a5c8be144b77e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Dec 2011 13:21:44 -0800 Subject: Removed highlighting flag. Highlighting support is now standard. --- INSTALL | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 9c16ddc0a..20b89750b 100644 --- a/INSTALL +++ b/INSTALL @@ -15,11 +15,6 @@ the [cabal-install] build tool. cabal install pandoc - If you want support for source code syntax highlighting, set - the `highlighting` flag: - - cabal install -fhighlighting pandoc - This procedure will install the released version of pandoc, which will be downloaded automatically from HackageDB. If you want to install a modified or development version @@ -28,15 +23,6 @@ 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`: @@ -60,8 +46,7 @@ quick install, but this information may be of use to packagers. For more details, see the [Cabal User's Guide]. 1. Install dependencies: in addition to the [Haskell platform], -you will need [zip-archive] and (if you want syntax highlighting) -[highlighting-kate]. +you will need [zip-archive], [blaze-html], and [highlighting-kate]. 2. Configure: @@ -114,5 +99,6 @@ you will need [zip-archive] and (if you want syntax highlighting) [zip-archive]: http://hackage.haskell.org/package/zip-archive [highlighting-kate]: http://hackage.haskell.org/package/highlighting-kate +[blaze-html]: http://hackage.haskell.org/package/blaze-html [Cabal User's Guide]: http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-configure-paths -- cgit v1.2.3