summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-14 18:11:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-14 18:11:00 +0000
commit2c5e17e779637853d686ea9711cd4463de683ae1 (patch)
tree1ee2ca660ec5d8bd19a36691d8c0077d47a908f6
parent2483d5ff5bc0e8a9fb797a8a6d8ebd1e8e2a3feb (diff)
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--INSTALL8
1 files changed, 8 insertions, 0 deletions
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
=============================