For anyone attempting to compile the example project on Windows 11:
- Make sure to install Cygwin64, and select the "make" package during installation. (It should have the description "The GNU version of the 'make' utility.")
- You will also need to edit "compil.bat" to ensure that it directs to the correct folders. EG: The file lists "C:\cygwin\bin" by default, but you will need to change it to "C:\cygwin64\bin" — or another path, if you changed cygwin's location during installation.