summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-14 05:12:16 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-14 05:12:16 +0000
commit155ef838d738768a08192d35f26e44a020746bb1 (patch)
tree7e068a4cb86aeea1bbf45d61443d0668b06316ec /INSTALL
parent6795ffd93fa9754e33207f7782ce358ca1cb9ea5 (diff)
Added Arch linux instructions to INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1188 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 5334bac85..e9a1c23ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,10 +14,11 @@ 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].
+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
+addition to the base tarball.
[GHC]: http://www.haskell.org/ghc/
[GHC Download]: http://www.haskell.org/ghc/download.html
@@ -222,3 +223,11 @@ Alternatively, you can use `pkg_add`:
Note that the version of pandoc in FreeBSD's official repository may be
somewhat older than the most recent version.
+Installing pandoc on Arch linux
+===============================
+
+Abhishek Dasgupta has created a binary package for `pandoc` in the
+Arch linux repository. Arch users can install `pandoc` by typing
+
+ pacman -Sy pandoc
+