summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 1 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 20b89750b..ad6147113 100644
--- a/INSTALL
+++ b/INSTALL
@@ -64,13 +64,10 @@ you will need [zip-archive], [blaze-html], and [highlighting-kate].
- `executable`: build the pandoc executable (default yes)
- `library`: build the pandoc library (default yes)
- - `wrappers`: build the wrapper `markdown2pdf` (default yes)
- - `highlighting`: compile with syntax highlighting support (increases
- the size of the executable) (default no)
So, for example,
- --flags="-executable -wrappers highlighting"
+ --flags="-executable"
tells Cabal to build the library but not the executables,
and to compile with syntax highlighting support.