summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2021-07-12 20:26:01 +0100
committerRichard Maw <richard.maw@gmail.com>2021-07-13 18:45:33 +0100
commit8ac1c2ad968c8e73d09f36bdc8bde6baeaccf1a5 (patch)
tree275ba63050fbf708e0946b6433de45c02573969d
parentea7ec0497f68cee65b2b413a8561c344391497ad (diff)
downloadsubplot.liw.fi-8ac1c2ad968c8e73d09f36bdc8bde6baeaccf1a5.tar.gz
List debian package names for required binaries
It does say the required packages are listed in debian/control but when reading the first instinct is to try to install packages with the listed names.
-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)