INSTALL: Included instructions on installing utf8-string.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1371 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-08-02 21:21:11 +00:00
parent bab1605378
commit 82fd635ac1

11
INSTALL
View file

@ -26,14 +26,19 @@ 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 libghc6-utf8-string-dev
Otherwise, you should already have all the libraries you need except for
`utf8-string`. Download the [utf8-string] tarball from HackageDB, extract it, and
switch to that directory. Then:
runghc Setup.lhs configure
runghc Setup.lhs build
sudo runghc Setup.lhs install
[GHC]: http://www.haskell.org/ghc/
[GHC Download]: http://www.haskell.org/ghc/download.html
[Cabal]: http://www.haskell.org/cabal/