aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SETUP.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/SETUP.md b/SETUP.md
index 6c664a2..a7747eb 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -9,6 +9,7 @@ Install required packages:
```
sudo apt install texlive-luatex texlive-binaries-sse2 texlive-lang-european texlive-latex-extra texlive-fonts-extra
sudo apt install git make citation-style-language-styles plantuml inkscape latexdiff
+sudo apt install python-rdflib-tools xdot
```
### Quarto
@@ -45,6 +46,10 @@ cp --target-directory ~/.fonts fonts/*/opentype/*
### PlantUML
+Debian-packaged PlantUML is broken
+(or just severely outdated, not sure),
+so the core java file needs to be replaced with a newer working one.
+
Download newest version of PlantUML
from [their website](https://plantuml.com/download).