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
f630bc31
Verified
Commit
f630bc31
authored
6 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Add information about package upgrade under MSYS2
parent
b6f11063
No related branches found
No related tags found
No related merge requests found
Pipeline
#284
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-1
8 additions, 1 deletion
README.md
with
8 additions
and
1 deletion
README.md
+
8
−
1
View file @
f630bc31
...
@@ -237,11 +237,18 @@ apt install build-essential gfortran liboctave-dev libboost-graph-dev libboost-f
...
@@ -237,11 +237,18 @@ apt install build-essential gfortran liboctave-dev libboost-graph-dev libboost-f
-
Install
[
MSYS2
](
http://www.msys2.org
)
(
pick
the 64-bit version)
-
Install
[
MSYS2
](
http://www.msys2.org
)
(
pick
the 64-bit version)
-
Run a MSYS MinGW 64-bit shell
-
Run a MSYS MinGW 64-bit shell
-
Update the system:
```
pacman -Syu
```
You may be asked to close the window at the end of the
first upgrade batch, in which case you should rerun the upgrade in a new
window to complete the upgrade.
-
Install all needed dependencies:
-
Install all needed dependencies:
```
```
pacman -S git autoconf automake-wrapper bison flex make tar texinfo mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran mingw-w64-x86_64-boost mingw-w64-x86_64-gsl mingw-w64-x86_64-matio mingw-w64-x86_64-openblas
pacman -S git autoconf automake-wrapper bison flex make tar texinfo mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran mingw-w64-x86_64-boost mingw-w64-x86_64-gsl mingw-w64-x86_64-matio mingw-w64-x86_64-openblas
```
```
-
*Optional:*
compile install
`ctangle`
, needed for the k-order MEX file and for
-
*Optional:*
compile
and
install
`ctangle`
, needed for the k-order MEX file and for
Dynare++ (
*i.e.*
if you want to solve models at order ≥ 3)
Dynare++ (
*i.e.*
if you want to solve models at order ≥ 3)
```
```
wget ftp://ftp.cs.stanford.edu/pub/cweb/cweb.tar.gz
wget ftp://ftp.cs.stanford.edu/pub/cweb/cweb.tar.gz
...
...
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