Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
357f0e42
Verified
Commit
357f0e42
authored
Oct 01, 2019
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Under Debian, latexmk is needed to compile the manual
[skip ci]
parent
3f74bcb7
Pipeline
#1950
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+2
-1
windows/install-packages.sh
windows/install-packages.sh
+1
-1
No files found.
README.md
View file @
357f0e42
...
...
@@ -237,12 +237,13 @@ All the prerequisites are packaged:
-
`texlive-generic-extra`
(for Sphinx)
-
`lmodern`
(for macroprocessor PDF)
-
`python3-sphinx`
-
`latexmk`
-
`libjs-mathjax`
-
`doxygen`
You can install them all at once with:
```
apt install build-essential gfortran liboctave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-generic-extra lmodern python3-sphinx libjs-mathjax doxygen
apt install build-essential gfortran liboctave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-generic-extra lmodern python3-sphinx
latexmk
libjs-mathjax doxygen
```
## Windows
...
...
windows/install-packages.sh
View file @
357f0e42
...
...
@@ -25,7 +25,7 @@
PACKAGES
=(
make xz-utils p7zip bzip2 zip patch wget autoconf automake libtool
mingw-w64 gfortran-mingw-w64 parallel flex bison texlive
texlive-publishers texlive-latex-extra texlive-math-extra
texlive-fonts-extra lmodern python3-sphinx nsis
)
texlive-fonts-extra lmodern python3-sphinx
latexmk
nsis
)
apt
install
"
${
PACKAGES
[@]
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment