From edb0bc89b1d889036636b0c37d8fb475097df5fd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Jul 2021 12:51:43 +0300 Subject: docs: update download page for 0.2.1 release Drop the obsolete advise to use -t for resources, as the resources are no built into the binary. Use literal font for Debian package names. Make debian/control be a link the file on gitlab. Sponsored-by: author --- download.mdwn | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/download.mdwn b/download.mdwn index be9aff4..72fc284 100644 --- a/download.mdwn +++ b/download.mdwn @@ -23,9 +23,6 @@ cargo build cargo install --path=. ~~~ -You will need to use the `-t /path/to/template` option when running -`sp-codegen`. If you install via a .deb package, this isn't necessary. - Note that in addition to the Rust tools, you'll need the following installed for Subplot to work, including for running its test suite: @@ -33,14 +30,17 @@ installed for Subplot to work, including for running its test suite: * 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 + 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) -The `debian/control` file lists the necessary packages under the -`Depends` and `Build-Depends` headings. +The +[`debian/control`](https://gitlab.com/subplot/subplot/-/blob/main/debian/control) +file lists the necessary packages under the `Depends` and +`Build-Depends` headings. ## Debian @@ -108,3 +108,7 @@ The Subplot developers all use Debian on the 64-bit Intel architecture, and don't provide installation packages for other kinds of systems (other architectures, other operating systems). If you'd like to help with that, it would be very much welcome! + +## When you have Subplot installed + +See the [[documentation]] page for how to use Subplot. -- cgit v1.2.1