summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--download.mdwn13
1 files changed, 9 insertions, 4 deletions
diff --git a/download.mdwn b/download.mdwn
index 72fc284..737a648 100644
--- a/download.mdwn
+++ b/download.mdwn
@@ -32,10 +32,15 @@ installed for Subplot to work, including for running its test suite:
* for PDF, you need a LaTeX supported by Pandoc; on Debian, that's
the packages `texlive-latex-recommended` and
`texlive-fonts-recommended`
-* `pandoc-citeproc` and `bibtex` for citations in typeset documents
-* GraphViz `dot` program for embedded dot and roadmap graphs in typeset documents
-* PlantUML to render embedded UML diagrams in documents
-* librsvg2 command line tools (for including SVGs in typeset documents)
+* `pandoc-citeproc` and `bibtex` for citations in typeset documents;
+ on Debian, that's `pandoc-citeproc` for the self-titled binary,
+ and `bibtex` is part of `texlive-binaries`.
+* GraphViz `dot` program for embedded dot and roadmap graphs in typeset documents;
+ on Debian that's in `graphviz`.
+* PlantUML to render embedded UML diagrams in documents;
+ on Debian that's in `plantuml`.
+* librsvg2 command line tools (for including SVGs in typeset documents);
+ on Debian that's in `librsvg2-bin`.
The
[`debian/control`](https://gitlab.com/subplot/subplot/-/blob/main/debian/control)