I use mingW for compiling c++ code. I want to make graphics using openGL. I use notepad++ for writing code. So how can I use the libraries of openGL?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In MinGW you don’t have to setup OpenGL. Already there is OpenGL library in a directory C:\~\MinGW\include\GL.Just include the GL/gl.h and GL/glu.h and write code for your OpenGL project.But if you are looking GLUT,GLFW,glew or other library then using the IDE is better soluton like code::blocks or visual studio then do google to setup these library for your IDE.