Skip to content
Snippets Groups Projects
Commit 3252557a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

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

Closes #1263.
parent c6dc3653
Branches
Tags
No related merge requests found
...@@ -152,6 +152,12 @@ The easiest way to install the pre-requisites in Debian is to use Debian's dynar ...@@ -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 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: Alternatively, if you want to build everything, manually install the following packages:
- `build-essential` (for gcc, g++ and make) - `build-essential` (for gcc, g++ and make)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment