[solved] Qt5 installation command line
-
wrote on 22 Jan 2013, 14:15 last edited by
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.
-
wrote on 23 Jan 2013, 15:31 last edited by
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.
-
wrote on 31 Jan 2013, 11:11 last edited by
well it is the installation i want to do without any UI.