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
This commit is contained in:
parent
d474852f56
commit
8f8888df2e
1 changed files with 14 additions and 4 deletions
18
INSTALL
18
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue