Search code examples
c++opengl-esegl

What do I need to do to get libegl.lib on windows7?


What do I need to do to get libEGL.lib on windows7?

Google is telling me I already should have OpenGL by default, but I need to link against a 32 bit version of libegl.lib to compile QtWebKit


Solution

  • Grab a copy of ANGLE (for hardware rendering via D3D9/D3D11) or Mesa (for software rendering).

    Both provide EGL and OpenGL ES 2.0 implementations.