aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-26 09:25:54 -0700
committerJohn MacFarlane <[email protected]>2022-09-26 09:25:54 -0700
commit13ee8b82dad599a76fd384a7d2d278b56587fefe (patch)
tree33c57425d6700d8bcb50e5282ef72811623fa31f /INSTALL.md
parent06a2bd3e98e16fe456f57eb660819a1303650ab0 (diff)
Add server flag to pandoc-cli.
This allows the executable to be built without support for "server mode."
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 88687f034..d52afaf2a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -215,8 +215,6 @@ The easiest way to build pandoc from source is to use [stack][stack]:
`pandoc` executable into `~/.local/bin`, which you should
add to your `PATH`. This process will take a while, and
will consume a considerable amount of disk space.
- If you also want the `pandoc-server` executable, add
- `--flag pandoc:server` to the above command.
### Quick cabal method
@@ -238,9 +236,6 @@ The easiest way to build pandoc from source is to use [stack][stack]:
on linux/unix/macOS and in `%APPDATA%\cabal\bin` on Windows.
Make sure this directory is in your path.
- If you also want the `pandoc-server` executable, add
- `-fserver` to the above command.
-
If you want to install a modified or development version
of pandoc instead, switch to the source directory and do
as above, but without the 'pandoc':
@@ -292,7 +287,9 @@ You will need cabal version 2.0 or higher.
- `lua53`: embed support for Lua 5.3 instead of 5.4.
- - `server`: build the `pandoc-server` executable.
+ - `server`: compile in support for running in HTTP server
+ mode when the executable is renamed (or symlinked as)
+ `pandoc-server`.
3. Build: