1)Working msvc compiler 3) Working mingw-w64 gcc compiler (here's a link) 4) Opened "Developer Command prompt" or just cmd
There's only one step to spin execution of the application up. You only need to run build.bat script that will do everything for you. Script accepts 1 parameter -- a generator type. Currently, script supports only two generators -- vs17 and vs19. Intuitively, the first parameter will generate Visual Studio 2017 build files, whereas another option will let you do the same thing, but for Visual Studio 2019. [
It took me about a day to get this whole stuff working. Most of the time was spent on preparing environment, i.e i don't use Windows on the regular basis, so it turned out to be a bit painful endeavour.