From 82fd635ac15e4491cf1cc8e6599265532acbd4dd Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Aug 2008 21:21:11 +0000 Subject: INSTALL: Included instructions on installing utf8-string. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1371 788f1e2b-df1e-0410-8736-df70ead52e1b --- INSTALL | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 2fc07b64c..b20fc0c74 100644 --- a/INSTALL +++ b/INSTALL @@ -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/ -- cgit v1.2.3