I am desperately trying to install the latest version of mingw-w64 to get acess to gcc 10 on windows 10.
I used the online installer for mingw-w64 in the past, but it is still stuck in 2018 on 8.1.0 and seems to be abandoned.
So i tried installing it manually.
On SourceForge or the GitHub Mirror you seem to only get a chunk of code without any clear instructions on what do do, how to build and install it. The only installation instructions that i managed to find required you to already have a working gcc installed (very helpful if that is what you want to get installed in the first place).
On their website and wiki there is a precompiled binary package mentioned. But the only one that i could find was horribly outdated as well.
Comparing this with the installation process of clang or the microsoft build tools, it actually blows my mind how something as basic as installation can be this confusing.
Maybe it's just me missing the obvious , but how do you actually install this thing?