summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-24 23:05:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-24 23:05:23 +0000
commit76c49ebc6361875d97825bab25e173742f0a90ab (patch)
treef7b58d17bafbd0ef4add1c9240fa526b38c8b732 /INSTALL
parentd3a179cdfc32ab64dfdd08a844a7ef42b4432bb2 (diff)
Added note in INSTALL about doing 'make templates' if installing using Cabal from svn.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1196 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 5b7637331..9e5aa75fe 100644
--- a/INSTALL
+++ b/INSTALL
@@ -171,11 +171,20 @@ tarball, unpack, and type:
This will install the pandoc executable and the Haskell libraries,
but not the shell scripts, man pages, or other documentation.
-Note: If you are using GHC 6.6.*, you will need to start by
-replacing `pandoc.cabal` with a version suitable for GHC 6.6:
+Notes:
- cp pandoc.cabal pandoc.cabal.orig
- cp pandoc.cabal.ghc66 pandoc.cabal
+1. If you've checked out the source from the subversion repository rather
+ than getting it from a release tarball, you'll need to do:
+
+ make templates
+
+ before you can build pandoc using the above commands.
+
+2. If you are using GHC 6.6.*, you will need to start by
+ replacing `pandoc.cabal` with a version suitable for GHC 6.6:
+
+ cp pandoc.cabal pandoc.cabal.orig
+ cp pandoc.cabal.ghc66 pandoc.cabal
Installing pandoc using MacPorts
================================