summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-02 21:21:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-02 21:21:11 +0000
commit82fd635ac15e4491cf1cc8e6599265532acbd4dd (patch)
treefc736f7ba42d69d8f3d7b05f7ac1274845e80a97 /INSTALL
parentbab1605378084af68c7aa00dd55df7147474c039 (diff)
INSTALL: Included instructions on installing utf8-string.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1371 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files 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/