From 5b34f2b4703685696bd46252a12fd57d4b928d8c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Feb 2020 10:48:56 +0200 Subject: Add: depenencies to download.mdwn --- download.mdwn | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/download.mdwn b/download.mdwn index 338bb19..eea1069 100644 --- a/download.mdwn +++ b/download.mdwn @@ -23,6 +23,18 @@ cargo build cargo install --path=. ~~~ +Note that in addition to the Rust tools, you'll need the following +installed for Subplot to work: + +* Python 3 to run the generated test program +* Pandoc to typeset documents + * for HTML, just Pandoc + * 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 +* librsvg2 command line tools (for including SVGs in typeset documents) + ## Debian There are Debian packages built by CI from every commit. They work on @@ -33,7 +45,7 @@ Debian 10 (buster) ans later. Add the following to deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main ~~~ -Then save the following PGP public key to +Then save the following PGP public key as `/etc/apt/trusted.gpg.d/subplot.asc`: ~~~ -- cgit v1.2.1