Joined: 17.11.2009, 17:00 Posts: 205 Location: Russia, Moscow
|
Some functions differ in the second and third version of glfw. Take a look at develop branch, it is adapted to glfw 3. If you wish to build it separately then you should use cmake. Download glfw sources, use cmake gui to generate solution/make files and build it (do not generate files to the folder where sources are stored, use a subfolder or a completely different one). You can now use glfw .lib (.a file) in horde's samples or other projects.
|
|