Build on debian/Ubuntu. Add texlive-fonts-extra package after `apt-get build-dep dynare`.

Closes #1263.
time-shift
Stéphane Adjemian (Hermes) 2016-08-24 14:45:24 +02:00
parent c6dc36536d
commit 3252557aab
1 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,12 @@ The easiest way to install the pre-requisites in Debian is to use Debian's dynar
```
apt-get build-dep dynare
```
followed by (only for building the master branch):
```
apt-get install texlive-fonts-extra
```
which is missing in Debian's list of pre-requisites.
Alternatively, if you want to build everything, manually install the following packages:
- `build-essential` (for gcc, g++ and make)