MinGW Compiler

I have been using MinGW (Minimalist GNU for Windows) to build my code for Windows platform. It has changed a bit since I last used it to build a cross compiler for my class. So, I want to keep a note on how I build using latest binaries. The project has moved here.

Installing MinGW:

Note20211207 Current software versions {gcc:9.2.0,binutils:2.32}

Some useful things to do:

Installing wxWidgets

This is what I recommend to my students when developing cross-platform GUI solution. I now compile from source because I can never completely download the pre-built binaries… problem with my uni's network maybe? :-(

Obviously, MinGW must already be installed.

work in progress…