You can build using the "x64 Native Tools Command Prompt for VS 2022" that comes with Microsoft Visual Studio Build Tools:
In the console you can run nmake to build according to the Makefile
nmake
I haven't tried building with a different VS version or building x86, but that may work as well.
- Add keyboard navigation
- Add workspaces
- install msys64 first
- add mysys64's usr/bin folder to windows PATH variable
- activate the mingw64.exe
- execute pacman -Syu, pacman -Su and pacman -S base-devel gcc vim make
- then, execute make in the root folder of this project