OpenGL icon indicating copy to clipboard operation
OpenGL copied to clipboard

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

Open nezvers opened this issue 4 years ago • 2 comments

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.

nezvers avatar Jan 02 '21 04:01 nezvers

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

SeppahBaws avatar Jan 03 '21 20:01 SeppahBaws

Maybe you forget --recursive when you clone.

Zaurry avatar Mar 28 '23 14:03 Zaurry