Skip to content

Commit 96595b2

Browse files
author
Sebastian B
authored
Added Fedora package installation
Added Fedora package installation. Mentioned SVG converter.
1 parent e79afdc commit 96595b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ If you only want to render the document to you need to install [Pandoc](https://
2020
apt install plantuml pandoc
2121
```
2222

23-
Since Pandoc renders PDFs with the Help of `pdflatex` you also need to install a appropriate TeX distribution. On Linux the [TeX Live](https://tug.org/texlive/) packages are typically part of the standard repositories.
23+
Since Pandoc renders PDFs with the Help of `pdflatex` you also need to install a appropriate TeX distribution. On Linux the [TeX Live](https://tug.org/texlive/) packages are typically part of the standard repositories. Since PlantUML generates SVGs as vector format, we also need a converter from SVN to PDF.
2424

2525
```bash
26-
apt install plantuml pandoc texlive-latex-base
26+
apt install plantuml pandoc texlive-latex-base texlive-fonts-recommended librsvg2-bin
27+
```
28+
29+
### On Fedora Linux
30+
31+
```bash
32+
yum install plantuml pandoc texlive-schema-full librsvg2-tools
2733
```
2834

2935
## Project Layout

0 commit comments

Comments
 (0)