Qt Creator 4.0.1: missing openGL libraries after new instalation
Qt Creator and other tools
5
Posts
2
Posters
1.3k
Views
1
Watching
-
Hi,
i download binary from qt.io and first compilation after instalation have this errorcannot find -llibEGL cannot find -llibGLESv2
I thints that problem is with missin openGL libraries, but i dont what i must download to repairt it.
-
@mat007 Look for these packages (I guess you're on Linux?):
libEGL1-mesa
libEGL1-mesa-dev
libgles2-mesa
libgles2-mesa-dev -
@mat007 So, you installed QtCreator? What else? Qt? Visual Studio or MinGW?
What are you trying to build?