aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-28 20:36:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-28 20:36:04 -0700
commite0aed52c076134efb34380c5c155ff32aaebd087 (patch)
tree81c3af983f754027545570fa6440fc9d51914eae /INSTALL
parent3df799adf2ca919b81f29ba87a736164979e39a8 (diff)
downloadpandoc-e0aed52c076134efb34380c5c155ff32aaebd087.tar.gz
Updated INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index b818d3be2..3c533ee8c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -122,10 +122,8 @@ assume that the pandoc source directory is your working directory.
- `embed_data_files`: embed all data files into the binary (default no).
This is helpful if you want to create a relocatable binary.
Note: if this option is selected, you need to install the
- `hsb2hs` preprocessor: `cabal install hsb2hs`.
- Note also that before building with this flag, you should do
- a normal build, so that `data/reference.docx` and `data/reference.odt`
- are generated.
+ `hsb2hs` preprocessor: `cabal install hsb2hs` (version 0.3 or
+ higher is required).
- `https`: enable support for downloading resources over https
(using the `http-client` and `http-client-tls` libraries).