70 likes | 229 Views
Cs 490 graphics computer . Lecture 1: Introduction. OpenGL . Lecture Outlines :. Required software : Microsoft Visual studio Express 2012 Required Librar y : Opengl (glut) Download from here : http ://www.4shared.com/zip/D_0q-bHDba/glut-376-bin__1_.html.
E N D
Cs 490 graphics computer Computer Science Department Lecture 1: Introduction
Lecture Outlines : Required software : Microsoft Visual studio Express 2012 Required Library : Opengl (glut) Download from here : http://www.4shared.com/zip/D_0q-bHDba/glut-376-bin__1_.html
How to install Opengl (glut) in visual 2012 ?
glut-3.7.6-bin • First Copy the glut.h to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\GL • Next copy the glut32.lib to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib
Last step copy glut32.dll to following folder depending on 32-bit operating system or 64-bit operating system: a) For 32-Bit operating system copy glut32.dll to 'C:\Windows\System32\ b) For 64-Bit operating system copy glut32.dll to 'C:\Windows\SysWOW64\