문제

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

도움이 되었습니까?

해결책 2

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.

다른 팁

Another option is to use PowerVR SDK: http://www.imgtec.com/powervr/insider/sdkdownloads/index.asp

there is implementation for GLES2.0 and GLES 3.0 as well

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top