i have no idea how to compile it, my skills cant do anything more than creating and compiling simple console programs solving simple math problems
Running project pre-build steps
cmd /c git --version || echo ‘git’ command not found!
‘git’ is not recognized as an internal or external command,
operable program or batch file.
‘git’ command not found!
cmd /c for /F “tokens=*” %i in (‘git describe --tags --always --dirty’) do echo #define VERSION “%i” > src/version.h
’git’ is not recognized as an internal or external command,
operable program or batch file.
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))