From 491c8785a9ad3cadbf15f59c9695a96d791c5e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 20 Sep 2023 18:41:38 +0200 Subject: [PATCH] README.md: add pkg-config dependency under MSYS2 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffea33070..5192bacde 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 +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 ``` - Compile and install SLICOT ```sh