Added note on utf8-string dependency to INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1353 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
17b4cb7ab7
commit
bf6db927d8
1 changed files with 5 additions and 1 deletions
6
INSTALL
6
INSTALL
|
@ -26,10 +26,13 @@ Cabal version using `ghc-pkg list`.
|
|||
If you're running MacOS X, it may be more convenient to install GHC
|
||||
using [MacPorts] or [Fink].
|
||||
|
||||
In addition to the libraries that come with GHC, you'll need the
|
||||
[utf8-string] library.
|
||||
|
||||
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
|
||||
sudo apt-get install ghc6 libghc6-xhtml-dev libghc6-mtl-dev libghc6-network-dev libghc6-utf8-string-dev
|
||||
|
||||
[GHC]: http://www.haskell.org/ghc/
|
||||
[GHC Download]: http://www.haskell.org/ghc/download.html
|
||||
|
@ -39,6 +42,7 @@ GHC and the required libraries using `apt-get`:
|
|||
[Fink]: http://finkproject.org
|
||||
[Ubuntu]: http://www.ubuntu.com
|
||||
[debian]: http://www.debian.org/
|
||||
[utf8-string]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string
|
||||
|
||||
Getting the source
|
||||
------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue