diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-14 18:11:00 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-14 18:11:00 +0000 |
commit | 2c5e17e779637853d686ea9711cd4463de683ae1 (patch) | |
tree | 1ee2ca660ec5d8bd19a36691d8c0077d47a908f6 | |
parent | 2483d5ff5bc0e8a9fb797a8a6d8ebd1e8e2a3feb (diff) | |
download | pandoc-2c5e17e779637853d686ea9711cd4463de683ae1.tar.gz |
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
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ============================= |