From 76c49ebc6361875d97825bab25e173742f0a90ab Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Thu, 24 Jan 2008 23:05:23 +0000 Subject: [PATCH] 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 --- INSTALL | 17 +++++++++++++---- 1 file 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 ================================