summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-31 23:16:12 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-31 23:16:12 +0000
commit774dc0776d5b99c8c7816f0c26eaa8206936cfba (patch)
tree7fe8e9366ac5a3d58cebb6e56b35afdb58ab7f4f /INSTALL
parentd072ad4b66b5cdf5a8f811ae1f78460e34270d58 (diff)
Added 'library' and 'executable' configuration flags.
Cabal can now be told to build just the library or just the executable. Updated INSTALL accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1346 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f13e57019..a1cd239e5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -118,6 +118,13 @@ Just download the source tarball, unpack, and type:
This will install the pandoc executable and the Haskell libraries,
but not the shell scripts, man pages, or other documentation.
+You may just want the executable, or just the libraries. This
+can be controlled with configuration flags (the `-` negates the
+flag):
+
+ runhaskell Setup.hs configure -f-library # just the executable
+ runhaskell Setup.hs configure -f-executable # just the libraries
+
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: