From 0fe8eacb1cc05716c269f59a5197fb6490be9cdb Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 5 Apr 2020 20:46:22 +0100 Subject: [PATCH] Direct MSYS2 users to use PKG_CONFIG_STATIC_LIBS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90695835..7f18b6bd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Many months of copypasting and tinkering later, here is the result. * GLFW3 * FreeType -In CMake builds, if these are not found, they will be built locally. +If these are not found, they will be built locally. In addition, `pkg-config` is required for builds that require static-linkage. @@ -56,7 +56,7 @@ Switch to the terminal (Visual Studio users should open the [Developer Command P cmake -B build -DCMAKE_BUILD_TYPE=Release ``` -MSYS2 users may want to append `-G"MSYS Makefiles"` to this command, also. +MSYS2 users may want to append `-G"MSYS Makefiles" -DPKG_CONFIG_STATIC_LIBS=ON` to this command, also. You can also add the following flags: