summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-16 18:22:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-16 18:22:18 +0000
commit8f8888df2e2d7b07df2f9d632521852c20356202 (patch)
tree2c50edb7e810912ca40f40795e4d865b33098409 /INSTALL
parentd474852f56467456587d6793421b1e7586a3159f (diff)
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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files 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
+