I'm currently trying to make GLFW work with code blocks but there's a slight problem. I've followed a tutorial (1) for setting it up. The tutorial says that I should copy libglfw.a, libglfwdll.a and glfw.dll file to the respective directories. My problem is that I don't have any of those files, anywhere. I've even tried building with Cmake but that didn't generate any of the specified files.
I do have glfw3.h and glfw3native.h so the header file specified in the tutorial should not be a problem. If I'm wrong about this please say so.
So my question: does anyone have a solution for this?
Thanks
(1) - http://www.codeincodeblock.com/2011/02/setup-glfw-project-in-codeblock.html