diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-01-14 05:12:16 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-01-14 05:12:16 +0000 |
commit | 155ef838d738768a08192d35f26e44a020746bb1 (patch) | |
tree | 7e068a4cb86aeea1bbf45d61443d0668b06316ec | |
parent | 6795ffd93fa9754e33207f7782ce358ca1cb9ea5 (diff) | |
download | pandoc-155ef838d738768a08192d35f26e44a020746bb1.tar.gz |
Added Arch linux instructions to INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1188 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | INSTALL | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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 + |