From d36b82e47ce21e2faf894772e00fd790b6f534f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 20 Sep 2023 18:23:58 +0200 Subject: [PATCH] README.md: fix name of meson package under MSYS2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd79bf594..ffea33070f 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ pacman -Syu window to complete the upgrade. - Install all needed dependencies: ```sh -pacman -S git meson bison flex make tar 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 +pacman -S git bison flex make tar mingw-w64-x86_64-meson 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 ``` - Compile and install SLICOT ```sh -- GitLab