From 8f8888df2e2d7b07df2f9d632521852c20356202 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 16 Jan 2008 18:22:18 +0000 Subject: Updated INSTALL with instructions for getting GHC + libraries using apt-get. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1190 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index e9a1c23ef..5b7637331 100644 --- a/INSTALL +++ b/INSTALL @@ -14,16 +14,25 @@ X). If you're using Windows, you can install [Cygwin]. Installing GHC -------------- -To compile Pandoc, you'll need [GHC] version 6.6 or greater. If you don't -have GHC already, you can get it from the [GHC Download] page. If you're -running MacOS X, you can also install GHC using [MacPorts] or [Fink]. -If you compile GHC from source, be sure to get the `extralibs` in +To compile Pandoc, you'll need [GHC] version 6.6 or greater. If you +don't have GHC already, you can get it from the [GHC Download] page. If +you're compiling GHC from source, be sure to get the `extralibs` in addition to the base tarball. +If you're running MacOS X, it may be more convenient to install GHC +using [MacPorts] or [Fink]. + +If you're on a [debian]-based linux system (such as [Ubuntu]), you can get +GHC and the required libraries using `apt-get`: + + sudo apt-get install ghc6 libghc6-xhtml-dev libghc6-mtl-dev libghc6-network-dev + [GHC]: http://www.haskell.org/ghc/ [GHC Download]: http://www.haskell.org/ghc/download.html [MacPorts]: http://macports.org [Fink]: http://finkproject.org +[Ubuntu]: http://www.ubuntu.com +[debian]: http://www.debian.org/ Getting the source ------------------ @@ -231,3 +240,4 @@ Arch linux repository. Arch users can install `pandoc` by typing pacman -Sy pandoc + -- cgit v1.2.3