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.