Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile guide (+ requirements) #2

Open
kundelstein opened this issue Nov 19, 2022 · 3 comments
Open

Compile guide (+ requirements) #2

kundelstein opened this issue Nov 19, 2022 · 3 comments

Comments

@kundelstein
Copy link

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!

@NaLogo
Copy link

NaLogo commented May 27, 2023

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.

@cammy8580
Copy link

same, cant compile either.

@cammy8580
Copy link

I figured it out, you need an SSH key on your account before running git submodule update --init --recursive --remote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants