Skip to content
Snippets Groups Projects
Verified Commit d1ffb60e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

README.md: cm-super is now needed to build PDFs under Debian unstable/testing

See the Debian changelog entry for dynare 6.1-2.

[skip ci]
parent 54956c22
Branches
Tags
No related merge requests found
Pipeline #10569 skipped
...@@ -183,6 +183,7 @@ All the prerequisites are packaged: ...@@ -183,6 +183,7 @@ All the prerequisites are packaged:
- `texlive-fonts-extra` (for ccicons) - `texlive-fonts-extra` (for ccicons)
- `texlive-science` (for amstex) - `texlive-science` (for amstex)
- `lmodern` (for macroprocessor PDF) - `lmodern` (for macroprocessor PDF)
- `cm-super` (for BVAR à la Sims and GSA PDFs)
- `python3-sphinx` - `python3-sphinx`
- `tex-gyre` - `tex-gyre`
- `latexmk` - `latexmk`
...@@ -191,7 +192,7 @@ All the prerequisites are packaged: ...@@ -191,7 +192,7 @@ All the prerequisites are packaged:
You can install them all at once with: You can install them all at once with:
```sh ```sh
apt install gcc g++ gfortran octave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex libfl-dev bison meson pkgconf texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-science lmodern python3-sphinx make tex-gyre latexmk libjs-mathjax x13as apt install gcc g++ gfortran octave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex libfl-dev bison meson pkgconf texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-science lmodern cm-super python3-sphinx make tex-gyre latexmk libjs-mathjax x13as
``` ```
If you use MATLAB, we strongly advise to also `apt install matlab-support` and confirm to rename the GCC libraries shipped with MATLAB to avoid possible conflicts with GCC libraries shipped by your distribution. If you use MATLAB, we strongly advise to also `apt install matlab-support` and confirm to rename the GCC libraries shipped with MATLAB to avoid possible conflicts with GCC libraries shipped by your distribution.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# On a Debian system, install the packages needed for Windows # On a Debian system, install the packages needed for Windows
# cross-compilation, and also setup the cross-compiler alternatives. # cross-compilation, and also setup the cross-compiler alternatives.
# Copyright © 2017-2023 Dynare Team # Copyright © 2017-2024 Dynare Team
# #
# This file is part of Dynare. # This file is part of Dynare.
# #
...@@ -26,7 +26,7 @@ PACKAGES=(make p7zip zip zstd wget meson mingw-w64-tools ...@@ -26,7 +26,7 @@ PACKAGES=(make p7zip zip zstd wget meson mingw-w64-tools
gcc-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-posix
gfortran-mingw-w64-x86-64-posix flex libfl-dev bison texlive gfortran-mingw-w64-x86-64-posix flex libfl-dev bison texlive
texlive-publishers texlive-latex-extra texlive-science texlive-publishers texlive-latex-extra texlive-science
texlive-fonts-extra lmodern python3-sphinx latexmk nsis) texlive-fonts-extra lmodern cm-super python3-sphinx latexmk nsis)
apt install "${PACKAGES[@]}" apt install "${PACKAGES[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment