From de073f9ebf9493d5bf5d4229d91c8d46216b6fde Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 28 Jul 2025 01:13:31 -0500 Subject: [PATCH] shoot the trouble --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b74b4dbd4..3b6cfea00 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,12 @@ if CMake says something about NMake, then it means it couldn't find Visual Studi try running CMake again but tell it to use the Visual Studio generator (`-G "Visual Studio 17 2022"`). type `cmake --help` for a list of generators. +#### CMake was unable to find a build program corresponding to "Unix Makefiles" + +if you're on Windows, you're most likely not on the MSYS2 MINGW64 environment. exit and start the MINGW64 environment (not the UCRT64 one!). + +otherwise make sure you've installed a compiler. read the compilation guide again. + #### CMake was unable to find a build program don't run CMake standalone unless you have Visual Studio or a compiler installed.