diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 00:48:41 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 00:48:41 +0000 |
commit | bf6db927d89520db9ca40df96bf8112f4b7d5baa (patch) | |
tree | de85d96446cf7d65dbdb1372876220ce443073b5 | |
parent | 17b4cb7ab7e9bc45714a9e948c6de9bf1a5b77ea (diff) | |
download | pandoc-bf6db927d89520db9ca40df96bf8112f4b7d5baa.tar.gz |
Added note on utf8-string dependency to INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1353 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ------------------ |