Skip to content

Commit

Permalink
Update prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 17, 2020
1 parent 7f66f98 commit bb7a048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo apt install build-essential libxml2-dev libxslt-dev zlib1g-dev \
git pandoc

# optional, for pdf output
sudo apt install texlive texlive-xetex lmodern
sudo apt install texlive texlive-xetex lmodern librsvg2-bin
```

on RHEL/CentOS use:
Expand All @@ -24,7 +24,7 @@ sudo yum install gcc gcc-c++ libxml2-devel libxslt-devel \

# optional, for pdf output
sudo yum install texlive texlive-xetex texlive-mathspec texlive-euenc \
texlive-xetex-def texlive-xltxtra
texlive-xetex-def texlive-xltxtra librsvg2-tools
```

On Ubuntu 14.04, `python3-venv` is not available. Please use `python3.5-venv` instead.
Expand Down

0 comments on commit bb7a048

Please sign in to comment.