How can I configure QT source code if it can't detect default installed OpenGl ES?
-
So, what should i do after installing it? The size of dependencies is really small compared to source, i rebuilt the source many times because of that. I thought that i did some mistake (I'm building it just now). The files size in waiting state to built is 138 MB...
-
After installing LLVM ?
Start a new build from scratch (do not throw away the working one).
-
Yes, I installed my distro LLVM version and the built dependencies total size is 594.0 MB...
That above is the total size of installed QT binaries in root folder.
So, last week and few days ago I was rebuilding from source nearly all days, it's strange that the qt binaries total is 237.5 MB, certainly something's wrong. And btw isn't qt creator included in sources? It isn't present in qt binaries... -
The size will also depend on the options you passed to configure.
No Qt Creator is a younger and independent project.
-
So, in my case, i need to download an offline qt creator installer?
-
I am not following you, why would you need an offline installer ?
-
I've built qt from source, and qt creator is missing. From what i could understand it's an independent project...
-
You do not need to build it yourself. Either use the Qt Creator installer or the one from the online installer to get the latest version. You can even use the one from your distribution if it fills the bill.