glfw3

I recently downloaded glfw3 and I’m having a rough time getting stuff to compile. I use MinGW with the msys shell. When I downloaded glfw-3.0.3 I let it merge with all the files in the MinGW folder and when I try to compile something I just get a ton of referenced errors. I assume my command at the command line is wrong but I’ve also never downloaded a new api into MinGW before. Is there anyone out there that has done this before?

Hmm, it’s really kinda difficult to help you, since you are showing neither the error messages you are getting nor what your commands to compile and link look like.
Are you setting the include and library paths correctly? Are you linking with the GLFW library?