Updated INSTALL.
This commit is contained in:
parent
3df799adf2
commit
e0aed52c07
1 changed files with 2 additions and 4 deletions
6
INSTALL
6
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).
|
- `embed_data_files`: embed all data files into the binary (default no).
|
||||||
This is helpful if you want to create a relocatable binary.
|
This is helpful if you want to create a relocatable binary.
|
||||||
Note: if this option is selected, you need to install the
|
Note: if this option is selected, you need to install the
|
||||||
`hsb2hs` preprocessor: `cabal install hsb2hs`.
|
`hsb2hs` preprocessor: `cabal install hsb2hs` (version 0.3 or
|
||||||
Note also that before building with this flag, you should do
|
higher is required).
|
||||||
a normal build, so that `data/reference.docx` and `data/reference.odt`
|
|
||||||
are generated.
|
|
||||||
|
|
||||||
- `https`: enable support for downloading resources over https
|
- `https`: enable support for downloading resources over https
|
||||||
(using the `http-client` and `http-client-tls` libraries).
|
(using the `http-client` and `http-client-tls` libraries).
|
||||||
|
|
Loading…
Reference in a new issue