From bf6db927d89520db9ca40df96bf8112f4b7d5baa Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 1 Aug 2008 00:48:41 +0000 Subject: Added note on utf8-string dependency to INSTALL. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1353 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a1cd239e5..2fc07b64c 100644 --- a/INSTALL +++ b/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 ------------------ -- cgit v1.2.3