From 8ac1c2ad968c8e73d09f36bdc8bde6baeaccf1a5 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 12 Jul 2021 20:26:01 +0100 Subject: 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. --- download.mdwn | 13 +++++++++---- 1 file 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) -- cgit v1.2.1