remove instructions for standalone MinGW
This commit is contained in:
parent
a1d191634d
commit
efaf0a15e7
12
README.md
12
README.md
|
@ -286,18 +286,6 @@ cmake ..
|
||||||
ninja
|
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
|
### macOS, Linux and other Unix/Unix-like
|
||||||
|
|
||||||
the process is straightforward.
|
the process is straightforward.
|
||||||
|
|
Loading…
Reference in a new issue