Steps to create a build for linux operating system
-
I am new in QT. I have developed an desktop widget application in qt , Now try to create an build to use on all linux based PC.
Can anyone Explain me how to create a build for Linux OS?
Thanks in advance.
-
so u have developed for windows , now u want to try for linux?.
Similar way ?.Thanks,
-
so u have developed for windows , now u want to try for linux?.
Similar way ?.Thanks,
@Pradeep-Kumar Actually I dont know I just simply created widget application and I am using Ubuntu. Now try to create a build for all linux os pc.
-
@Pradeep-Kumar Actually I dont know I just simply created widget application and I am using Ubuntu. Now try to create a build for all linux os pc.
@developerNancy You should read and follow http://doc.qt.io/qt-5/linux-deployment.html
-
@developerNancy You should read and follow http://doc.qt.io/qt-5/linux-deployment.html
@jsulm 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
-
@jsulm 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
@developerNancy You should not try to create a static Qt build unless you really know what you are doing.
Follow "Creating the Application Package". -
@developerNancy You should not try to create a static Qt build unless you really know what you are doing.
Follow "Creating the Application Package".@jsulm Hey can you please tell me the all steps because I am confused. thank sin advance.
-
@jsulm Hey can you please tell me the all steps because I am confused. thank sin advance.
@developerNancy The steps are described in the link I posted.
Please tell what exactly is not clear. -
@developerNancy The steps are described in the link I posted.
Please tell what exactly is not clear.@jsulm I am new in QT, I don't know where to start because if I follow that link ./configure error .
-
@jsulm I am new in QT, I don't know where to start because if I follow that link ./configure error .
@developerNancy Again: I said before that you should follow "Creating the Application Package" - no need to build Qt.