From 2c5e17e779637853d686ea9711cd4463de683ae1 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 14 Sep 2008 18:11:00 +0000 Subject: INSTALL - added note on quick Mac OSX install method, using cabal install. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1450 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index 7937f3b00..f48b887be 100644 --- a/INSTALL +++ b/INSTALL @@ -270,6 +270,14 @@ Once you've installed MacPorts, you can install pandoc by typing: Since pandoc depends on GHC, the process may take a long time. Note that the version of pandoc in MacPorts may not be the most recent. +To get the most recent version, you can use `cabal-install`: + + sudo port install hs-cabal + cabal install pandoc --user # optionally: -fciteproc -fhighlighting + +This will install the `pandoc` executable into `~/.cabal/bin`. This method +will not install the wrapper scripts or man pages; if you want those, follow +the instructions above for compiling from source. Installing the Windows binary ============================= -- cgit v1.2.3