summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-11 10:48:56 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-11 10:48:56 +0200
commit5b34f2b4703685696bd46252a12fd57d4b928d8c (patch)
treeece355d606980b92d55053b3ba06d12694b0c7c3
parente6ee960677fc2c9e642a7ea5fc10760c125bcd5d (diff)
downloadsubplot.liw.fi-5b34f2b4703685696bd46252a12fd57d4b928d8c.tar.gz
Add: depenencies to download.mdwn
-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`:
~~~