Compile guide (+ requirements)
Hi. I'd really love to compile this version of FITD. Can you please include a guide and requirements how to put it together? Running vs2019.bat unfortunately generates error (had VS2019 and cmake installed already). Thanks for the port!
This is as far as I have gotten:
Checkout the repository and run
git submodule update --init --recursive --remote
so git will collect all the registered submodules and their dependencies.
But unfortunately, the compile process errors out because "shaderc" is an unknown command. I'm guessing it has something to do with bgfx? shaderc is compiled as part of it.
same, cant compile either.
I figured it out, you need an SSH key on your account before running git submodule update --init --recursive --remote.