summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--download.mdwn14
1 files changed, 13 insertions, 1 deletions
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`:
~~~