hi, i have the source code for GLFW (an opengl library) is there any way to build it for mingw compiler under windows without using an IDE. should i use mingw it self? or cmake or the two?
synonyms generally. A few IDEs call building the full process (link all the way to library file or executable etc) and compiling doing one file to object code (usually just done for a syntax check).