This archive contains GLUT for Win32 for using with Dev-C++ compiler.

Install:
Copy glut.h to Dev-Cpp/include/GL,
glut32.dll to WINNT/system32 (or to your project directory),
and libglut32.a to Dev-Cpp/lib (it will replace existing file).

USE:
Create a Project
Go to Project->Project OPtions
Under Linker Options/Optional Libs or Object files type "-lopengl32 -lglu32 -lglut32"