Building GLFW on Windows/Code Blocks

308 views Asked by At

I have generated the cmake folder/code blocks project, but I can't get the actual libraries to build. The examples built fine, but nothing else does. I checked the Code Blocks page (outdated, version 2.5 of GLFW - had a .bat installer) and the GLFW page (Just says to "Go ahead and compile ... as you would with any other project.") but I can't work it out. It just doesn't seem to create any libs.

1

There are 1 answers

2
Nathaniel Palmer On

I managed to find the right file after going thru all the folders, it was generated to /src/libglfw3.a, not the folder I specified in cmake :/