and more
This commit is contained in:
parent
f39cbc2e85
commit
6b5ce59c27
|
@ -197,7 +197,9 @@ there's some command line-fu in here, so I hope you're prepared.
|
||||||
install it through [MSYS2](https://www.msys2.org/), a Linux-like environment for Windows.
|
install it through [MSYS2](https://www.msys2.org/), a Linux-like environment for Windows.
|
||||||
follow the guide **up to step 4**. **do NOT start MSYS2 from the installer** as this will start the wrong environment and prevent you from going further.
|
follow the guide **up to step 4**. **do NOT start MSYS2 from the installer** as this will start the wrong environment and prevent you from going further.
|
||||||
|
|
||||||
MSYS2 provides a variety of environments, but we'll work with the MINGW64 one. don't "run MSYS2 now". go to the Start menu and launch MSYS2 with the MINGW64 environment (blue icon).
|
MSYS2 provides a variety of environments, but we'll work with the MINGW64 one.<br/>
|
||||||
|
these environments can be found in the Start menu, in a folder MSYS2 has created for you.<br/>
|
||||||
|
don't "run MSYS2 now". go to the Start menu and launch MSYS2 with the MINGW64 environment (blue icon).<br/>
|
||||||
**it is extremely important that you use this environment**. the one that MSYS2 starts with by default (UCRT64) is NOT suitable for this task and will NOT work.
|
**it is extremely important that you use this environment**. the one that MSYS2 starts with by default (UCRT64) is NOT suitable for this task and will NOT work.
|
||||||
|
|
||||||
we'll install a couple packages, including GCC, CMake, Git and Ninja.
|
we'll install a couple packages, including GCC, CMake, Git and Ninja.
|
||||||
|
|
Loading…
Reference in a new issue