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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frédéric Karamé
dynare
Commits
b9da355b
Verified
Commit
b9da355b
authored
6 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Update build instructions for Debian/Ubuntu
parent
abe8bee6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-21
7 additions, 21 deletions
README.md
with
7 additions
and
21 deletions
README.md
+
7
−
21
View file @
b9da355b
...
@@ -202,26 +202,13 @@ in the `tests` folder to delete files that were created by the run of the testsu
...
@@ -202,26 +202,13 @@ in the `tests` folder to delete files that were created by the run of the testsu
## Debian or Ubuntu
## Debian or Ubuntu
All the prerequisites are packaged.
All the prerequisites are packaged:
The easiest way to install the pre-requisites in Debian is to use Debian's dynare package and do
(requires that you have added the
`deb-src`
repositories to your
`sources.list`
):
```
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)
-
`build-essential`
(for gcc, g++ and make)
-
`gfortran`
-
`gfortran`
-
`liboctave-dev`
(or
`octave3.2-headers`
on older systems)
-
`liboctave-dev`
-
`libboost-graph-dev`
and
`libboost-filesystem-dev`
-
`libboost-graph-dev`
and
`libboost-filesystem-dev`
-
`libgsl-dev`
(or
`libgsl0-dev`
on older systems)
-
`libgsl-dev`
-
`libmatio-dev`
-
`libmatio-dev`
-
`libslicot-dev`
and
`libslicot-pic`
-
`libslicot-dev`
and
`libslicot-pic`
-
`libsuitesparse-dev`
-
`libsuitesparse-dev`
...
@@ -235,17 +222,16 @@ Alternatively, if you want to build everything, manually install the following p
...
@@ -235,17 +222,16 @@ Alternatively, if you want to build everything, manually install the following p
-
`texlive-formats-extra`
(for Eplain)
-
`texlive-formats-extra`
(for Eplain)
-
`texlive-latex-extra`
(for fullpage.sty)
-
`texlive-latex-extra`
(for fullpage.sty)
-
`texlive-fonts-extra`
(for ccicons)
-
`texlive-fonts-extra`
(for ccicons)
-
`texlive-latex-recommended`
(or
`latex-beamer`
on older systems)
-
`texlive-latex-recommended`
-
`texlive-science`
(or
`texlive-math-extra`
on older systems)
(for amstex)
-
`texlive-science`
(for amstex)
-
`texinfo`
-
`texinfo`
-
`lmodern`
(for macroprocessor PDF)
-
`lmodern`
(for macroprocessor PDF)
-
`latex2html`
-
`latex2html`
-
`doxygen`
-
`doxygen`
You can
load all necessary packages
at once with
You can
install them all
at once with
:
```
```
sudo apt install build-essential gfortran liboctave-dev libboost-graph-dev libboost-filesystem-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-extra-utils texlive-formats-extra texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texinfo lmodern latex2html doxygen
apt install build-essential gfortran liboctave-dev libboost-graph-dev libboost-filesystem-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-extra-utils texlive-formats-extra texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texinfo lmodern latex2html doxygen
```
```
## Fedora
## Fedora
...
...
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