From 2265935bd654c977b95db3dbc5af9796454e0659 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Fri, 14 Oct 2022 09:55:46 +0200 Subject: [PATCH] #15 doc: adjust section: other dependencies --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ab4b8..c095e2f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ In order to generate the documentation, first create a Python 3 virtual environm For generating the images from PlantUML sources (`*.plantuml`), [PlantUML](https://plantuml.com/) is required. -For pdf output the LaTeX builder is used, so `latex` and `pdflatex` need to be installed. +For pdf output the LaTeX builder is used, so `latex` and `pdflatex` need to be installed. On a clean (no Latex compilation yet) operating system like GNU/Debian, the following dependencies are required to make Latex compile the sources. + +``` +sudo apt install texlive-base --no-install-recommends +sudo apt-get install texlive-latex-base --no-install-recommends +sudo apt-get install texlive-latex-extra --no-install-recommends +sudo apt-get install texlive-lang-german --no-install-recommends +sudo apt-get install texlive-fonts-extra --no-install-recommends +``` For document generation `make` and latexmk` is required.