ref: 0fe8eacb1cc05716c269f59a5197fb6490be9cdb
parent: b775003e94a152060f5f8cd052a32d71182eb31f
author: Clownacy <[email protected]>
date: Sun Apr 5 16:46:22 EDT 2020
Direct MSYS2 users to use PKG_CONFIG_STATIC_LIBS
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
* 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 @@
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: