[solved] Qt5 installation command line
-
hi,
i have a setup that does not have any X11 but needs Qt5 ... i have the binary but it wants to connect to the X11 server but i do not have it there. can i install it command line? where can i find the installation binary options for Qt5?thanks in advance,
kind regards,
tim
result: we have build Qt 5 from scratch and then used the make install to deploy it on a system with no UI
-
Look at this "guide":http://qt-project.org/wiki/Building_Qt_5_from_Git.
-
yes, this is what i have been doing until now or use a launchpad to the qt betas BUT i would like to use the release binary downloaded from the qt project and just run the executable BUT then it asks me for the X11 which is not available on that platform.
kind regards,
tim
-
Use minimal QPA plugin instead of xcb. I don't know if that would work with precompiled packages.
-
well it is the installation i want to do without any UI.