From bdb385d17c3b347253cefd371796105a84eca787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 22 Sep 2023 14:39:43 +0200 Subject: [PATCH] README.md: recommend pkgconf instead of pkg-config in MSYS2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5192bacde0..ad50e2a4ce 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 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 mingw-w64-x86_64-pkg-config +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 mingw-w64-x86_64-pkgconf ``` - Compile and install SLICOT ```sh -- GitLab