diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-23 08:33:45 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-23 19:26:39 -0800 |
commit | fe337b07f7c0a15ac792275ed8fb88d3fa5247a3 (patch) | |
tree | 8c1e4c9f0bcfbfee777f5a36bfd7f9401a72d955 /INSTALL | |
parent | daeb52d4e0f21b0e1ad8c3ce17ee9f18a6394f63 (diff) | |
download | pandoc-fe337b07f7c0a15ac792275ed8fb88d3fa5247a3.tar.gz |
Use hsb2hs preprocessor instead of TH for embed_data_files.
This should work on Windows, unlike the TH solution with
file-embed.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ It is possible to compile pandoc such that the data files pandoc uses are embedded in the binary. The resulting binary can be run from any directory and is completely self-contained. + cabal install hsb2hs # a required build tool cabal install --flags="embed_data_files" citeproc-hs cabal configure --flags="embed_data_files" cabal build |