This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Part 1: Installing MSYS2/MinGW-W64 | |
Windows is a piece of shit so to make the projects and code interoperable between Windows and Linux | |
development environments we need to setup a Linux compatible build environment on Windows. | |
1. Go to http://msys2.github.io/ | |
2. Follow instructions 1 - 6 on the page. Make sure you remember where you installed this! | |
NB: For instruction 6 it asks you to close MSYS2, do this by pressing the X button, not | |
by typing exit (which is how you would normally do it). | |
3. Type the following command into the MSYS2 shell: |