Installing OpenGL - prinmath.com
https://www.prinmath.com/csci5229/misc/install.htmlLinux and OSX natively supports OpenGL, but on Windows you need to use GLEW to get a recent version of OpenGL. In addition to installing OpenGL you need to install a wrapper program such as GLUT, GLFW or SDL to interact with the window manager and handle operating system specific functions like opening and closing windows, provide keyboard and mouse interaction, and so on.