From efaf0a15e71b21d63e78effc39a74bb14d01ff55 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 5 Mar 2025 18:18:03 -0500 Subject: [PATCH] remove instructions for standalone MinGW --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 4fe6cb860..f13ff6880 100644 --- a/README.md +++ b/README.md @@ -286,18 +286,6 @@ cmake .. ninja ``` -### bonus: Windows using MinGW (standalone) - -although I recommend you install MSYS2 and get MinGW from there, there also is [a standalone MinGW](https://www.mingw-w64.org/downloads/#mingw-w64-builds) available. -if you happen to use that, then do: - -``` -mkdir build -cd build -cmake -G "MinGW Makefiles" .. -mingw32-make -``` - ### macOS, Linux and other Unix/Unix-like the process is straightforward.