MSYS2: Difference between revisions

18 bytes added ,  15 April 2020
no edit summary
No edit summary
Line 5: Line 5:
** Note: You can also install with <code>choco install msys2</code> but you will need to set start menu shortcuts yourself
** Note: You can also install with <code>choco install msys2</code> but you will need to set start menu shortcuts yourself
* Install common developer tools
* Install common developer tools
** <code>pacman -S --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake git</code>
** <code>pacman -S --needed base-devel cmake git</code>
** <code>pacman -S --needed mingw-w64-x86_64-toolchain</code>


==Package Management==
==Package Management==