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

Win-Premake.bat - Error: cannot open OpenGL-Core/vendor/glfw: No such file or directory #9

Open
nezvers opened this issue Jan 2, 2021 · 2 comments

Comments

@nezvers
Copy link

nezvers commented Jan 2, 2021

image
Any idea why it doesn't work? I changed the capital letters of "GLFW" in base premake5.lua to lowercase and still didn't work.

@SeppahBaws
Copy link

That is because you don't have the submodules cloned.
Open a command line in the project root directory and type in these two lines one after another:

git submodule init
git submodule update

@Zaurry
Copy link

Zaurry commented Mar 28, 2023

Maybe you forget --recursive when you clone.

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