Glut Setup for Codeblocks|| Computer Graphics|| Simple || Step By Step
Ø Download glut-3.7.6-bin from Google
h
Ø Unzip the file. There will be at least 3
files. (glut.h, glut32.dll, glut32.lib)
Ø go location
: C:\Program Files
(x86)\CodeBlocks\MinGW\include
Ø in GL folder, paste glut.h
Ø go location: C:\Program Files (x86)\CodeBlocks\MinGW\lib, paste glut32.lib
Ø go C:\Windows\SysWOW64 , paste glut32.dll
Note: If
your Operating System is 32 bit, Folder name might be C:\Windows\System32
No comments