create build for linux operating system
-
wrote on 28 Apr 2017, 14:11 last edited by developerNancy
I am developing an application for Linux desktop and When I am creating a build then it is not working on any other linux OS based PC.
Please Let me know How to create a build for all Linux OS desktop?
-
Hi and welcome to devnet,
This blog article explains pretty nicely what is needed.
Then official deployment guide from Qt's documentation
And there's the linuxdeployqt tool that can be of help. -
Hi and welcome to devnet,
This blog article explains pretty nicely what is needed.
Then official deployment guide from Qt's documentation
And there's the linuxdeployqt tool that can be of help.wrote on 4 May 2017, 13:59 last edited by@SGaist Using this the following command
cd /path/to/Qt
./configure -static -prefix /path/to/Qt <other parameters>
makeget this error :
bash: ./configure: No such file or directory
-
Because you are not in Qt's sources, you first have to download them.
Note: are you aware of the implication of a static build ?
1/4