I've seen plenty of online tutorials explaining how to use GLFW and libcurl, but where do I actually place the files I downloaded? For example I downloaded this file for GLFW - And these are the contents The C+ file wasn't in there I put that there :p So how would I add the library to any of my .c files? I've looked everywhere, I might just not be using the right keywords. And second, how can I have multiple libraries at the same time? And lastly, what do I put in the <> in the include?
I'm using windows 10 and am using GCC as my compiler. I really should get the Intel one shoudn't I? This is what the SRC looks like.