diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-02 21:21:11 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-02 21:21:11 +0000 |
commit | 82fd635ac15e4491cf1cc8e6599265532acbd4dd (patch) | |
tree | fc736f7ba42d69d8f3d7b05f7ac1274845e80a97 | |
parent | bab1605378084af68c7aa00dd55df7147474c039 (diff) | |
download | pandoc-82fd635ac15e4491cf1cc8e6599265532acbd4dd.tar.gz |
INSTALL: Included instructions on installing utf8-string.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1371 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | INSTALL | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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/ |