Saturday, June 23, 2012

How to install glut on visual studio 2010 for windows OS




Recently, i have learnt the open gl program. There is no glut.h file in libraries then i  installed  the glut file according to the step.




  1. Download the freeglut development kit from http://sourceforge.net/projects/freeglut/files/latest/download
  2. Extract the compressed file to a folder.(There are four files)
  3. Inside the folder
  • Copy glut.h file to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\gl
  • Copy .lib file to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib
  • Copy .dll file to
On 32bit versions of windows: C:\windows\system32
On 64bit versions of windows: C:\windows\SysWOW64

No comments:

Post a Comment