From 155ef838d738768a08192d35f26e44a020746bb1 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 14 Jan 2008 05:12:16 +0000 Subject: Added Arch linux instructions to INSTALL. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1188 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 17 +++++++++++++---- 1 file 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 + -- cgit v1.2.3