Installing Glut


  • Download the glut from this link:-

 https://drive.google.com/folderview?id=0B3zwhQIpAcqYcEhzU0VKMzRZeW8&usp=sharing


  • Include the files this way:-

         glut.h:     ‘C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\GL\’

         glut32.lib: ‘C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\’
        glut32.dll: ‘C:\Windows\System\’

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl