How to Install CodeBlocks IDE with OpenGL Libraries | Creation & Execution of OpenGL Program

Опубликовано: 24 Июль 2026
на канале: SWS Knowledge
269
3

If any friend have any problem then tell use in comment, i wll my best.
thank you for watching.
First download GL GLUT from here.Go to
https://drive.google.com/file/d/1UpSJ...

Short form how to install.
Step-1 : Install CodeBlocks Application

Step-2 : Copy the glut.h file and paste it into the directory
"C:\ProgramFiles(x86)\CodeBlocks\MinGW\include\GL"
Step-3 : Copy glut32.lib file and paste it into the directory
"C:\Program Files(x86)\CodeBlocks\MinGW\lib"
Step-4 : Copy the glut32.dll and paste it into the directory
"C:\Windows\System32"
In Every OpenGL Program Include the Following Header Files:-
#include?windows.h?
#include ?GL/glu.h?
#include? GL/glut.h?
please note: here ? mean angle..