Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
357f0e42
Verified
Commit
357f0e42
authored
Oct 1, 2019
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Under Debian, latexmk is needed to compile the manual
[skip ci]
parent
3f74bcb7
No related branches found
No related tags found
No related merge requests found
Pipeline
#1950
skipped
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
windows/install-packages.sh
+1
-1
1 addition, 1 deletion
windows/install-packages.sh
with
3 additions
and
2 deletions
README.md
+
2
−
1
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
...
...
This diff is collapsed.
Click to expand it.
windows/install-packages.sh
+
1
−
1
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
[@]
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment