Special thanks to Brecht Sanders, creator of WinLibs which enables us to install almost everything in one easy package. Cheers Brecht!
Due to my use of C23 features and defer, the code of the Golden Path requires GCC 15+ or Clang 22+.
Open a Powershell window (NOT cmd). Enter the following command:
winget install BrechtSanders.WinLibs.POSIX.UCRT Git.Git
If the above works, great! Now verify with the commands at the bottom of the page. If it didn't work, you can install things manually...

C:/mingw64/bin/gcc.exe --version
You should see something like the following:
gcc.exe (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r5) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
gcc --version
If you got the same output as before when you typed the full directory, then MinGW is installed correctly. Lastly, we need Git.
git --version
Check your installation with the following commands (press enter after each one and check the output):
gcc --version
cmake --version
gdb --version
git --version