From f630bc31be2b196a9cda2eaa1c3debbfaa33eb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 6 Nov 2018 17:59:23 +0100 Subject: [PATCH] Add information about package upgrade under MSYS2 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bea93963..c50b9f8214 100644 --- a/README.md +++ b/README.md @@ -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) - 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: ``` 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) ``` wget ftp://ftp.cs.stanford.edu/pub/cweb/cweb.tar.gz -- GitLab