c++ - GLFW and GLEW - Missing .libs -


i've not been having best day today. new opengl , c++ libraries in general. don't know how link libraries msvs2015, decide tutorial on how link opengl libraries glfw , glew.

i've read on 6 different tutorials on last 8 hours, , tell me link "lib" folder. folder empty in glew 2.0.0 download, , missing in glfw 3.2.1 download.

confused, read online there supposed .lib files in there. searched both downloads "*.lib", thinking have been moved in update , found nothing ".lib" extension. did same ".dll" , nothing found.

i'm downloading these libraries from:

http://www.glfw.org/

http://glew.sourceforge.net/

am downloading wrong source or tutorials old(the tutorials found stated latest versions glew <1.9 , glfw ~2)? if need more information(setup, pictures...) ask.

i needed download binaries system instead of source, or build cmake or other building program. oh well, guess learned :/


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -