From e28fd72762032b6a6f011a5b7b246adf0ffec353 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 26 Aug 2007 16:13:05 +0000 Subject: Added Cabal installation method to INSTALL. git-svn-id: https://pandoc.googlecode.com/svn/trunk@909 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index bdf464aae..a07647900 100644 --- a/INSTALL +++ b/INSTALL @@ -146,6 +146,21 @@ but are documented here for packagers and developers: which must be created by building Pandoc on a Windows machine). * `website`: Creates Pandoc's website in `web/pandoc` directory. +Installing pandoc using Cabal +============================= + +Pandoc can also be installed using the standard Haskell packaging tool, +[Cabal](http://www.haskell.org/cabal/). You'll need GHC 6.6 or greater +(see [Installing GHC](#installing-ghc), above). Just download the source +tarball, unpack, and type: + + runhaskell Setup.hs configure + runhaskell Setup.hs build + runhaskell Setup.hs install # this one as root + +This will install the pandoc executable and the Haskell libraries, +but not the shell scripts, man pages, or other documentation. + Installing pandoc using MacPorts ================================ -- cgit v1.2.3