Home > Mobile >  How to publish under Linux, packaged qt application?
How to publish under Linux, packaged qt application?

Time:10-02

As title, recently made a small program to run on other equipment Linux system, but the devices didn't install qt creator, ask how can on other Linux system running the program, check a lot of information on the net, have said deb or arpm bag packaging, but there is no detailed steps, does anyone have done this, can simple say about packaging steps in detail?

CodePudding user response:

Do you want to program to the development board or to transplant to such as did not install Qt PC on this problem?
Install the development board like this: http://blog.sina.com.cn/s/blog_a2acdfc701015kt9.html
Installed on the PC you need to have a combination of the runtime of the program

CodePudding user response:

reference 1st floor u010111033 response:
do you want the program to the development board or to transplant to such as did not install Qt PC on this problem?
Install the development board like this: http://blog.sina.com.cn/s/blog_a2acdfc701015kt9.html
Installed on the PC you need to have a combination of application runtime

I didn't install qt is installed to the PC, how to pack? Is there a tutorial?

CodePudding user response:

reference 1st floor u010111033 response:
do you want the program to the development board or to transplant to such as did not install Qt PC on this problem?
Install the development board like this: http://blog.sina.com.cn/s/blog_a2acdfc701015kt9.html
Installed on the PC you need to have a combination of application runtime

How much do you qq, then find you ask if you have any questions

CodePudding user response:

Have no more clear than this, you must read:
http://blog.csdn.net/hjl_1991/article/details/50365927

CodePudding user response:

reference 4 floor u010111033 response:
has no more clear than this, you must read:
http://blog.csdn.net/hjl_1991/article/details/50365927

Oh, I tried it in accordance with this document, executable files in other under Ubuntu can run the program, but I tried a not according to this document to add sh script program executable files on other computers under Ubuntu, so also can run, how be to return a responsibility, other computer Ubuntu no qt, and what is the document of the second sh scripts? Add the qt library path?

CodePudding user response:

reference 5 floor jacklood reply:
Quote: refer to 4th floor u010111033 response:

Have no more clear than this, you must read:
http://blog.csdn.net/hjl_1991/article/details/50365927

Oh, I tried it in accordance with this document, executable files in other under Ubuntu can run the program, but I tried a not according to this document to add sh script program executable files on other computers under Ubuntu, so also can run, how be to return a responsibility, other computer Ubuntu no qt, and what is the document of the second sh scripts? Add the qt library path?

Script is specified at compile time command, path and so on, like a makefile, will you do this must modify the configuration, the execution of itself does not destroy you

CodePudding user response:

refer to 6th floor u010111033 response:
Quote: refer to the fifth floor jacklood reply:

Quote: refer to 4th floor u010111033 response:

Have no more clear than this, you must read:
http://blog.csdn.net/hjl_1991/article/details/50365927

Oh, I tried it in accordance with this document, executable files in other under Ubuntu can run the program, but I tried a not according to this document to add sh script program executable files on other computers under Ubuntu, so also can run, how be to return a responsibility, other computer Ubuntu no qt, and what is the document of the second sh scripts? Add the qt library path?

Script is specified at compile time command, path and so on, like a makefile, will you do this must modify configuration, itself won't destroy your execution


refer to 6th floor u010111033 response:
Quote: refer to the fifth floor jacklood reply:

Quote: refer to 4th floor u010111033 response:

Have no more clear than this, you must read:
http://blog.csdn.net/hjl_1991/article/details/50365927

Oh, I tried it in accordance with this document, executable files in other under Ubuntu can run the program, but I tried a not according to this document to add sh script program executable files on other computers under Ubuntu, so also can run, how be to return a responsibility, other computer Ubuntu no qt, and what is the document of the second sh scripts? Add the qt library path?

Script is specified at compile time command, path and so on, like a makefile, will you do this must modify configuration, itself won't destroy your execution

I know, only the second sh scripts are packaged? Why didn't execute the script program can also in the Ubuntu system running on other computers?

CodePudding user response:

Script is specified at compile time command, path and so on, like a makefile, will you do this must modify configuration, itself won't destroy your execution

Ask others, have also said that package to deb package or RPM package, then what's the packaging? What's the difference between a and you say this kind of packaging?

CodePudding user response:

refer to the eighth floor jacklood response:
script is specified at compile time command, path and so on, like a makefile, will you do this must modify configuration, itself won't destroy your execution

Ask others, have also said that package to deb package or RPM package, then what's the packaging? What's the difference between a and you say this kind of packaging?

That is suitable for Linux installation package, such as your ubuntu, now what do you want to install sogou input method, you can find sogou deb package, then install the configuration; If you are what you'll have to use the RPM CentOS, actually said so much, what is the most important, is to highlight the different Linux system command or file format will be some small differences in it

CodePudding user response:

According to the above, the lack of XBC!

CodePudding user response:

Behind the first mark, such as there is demand in use

CodePudding user response:

Ten minutes with good development environment, make the package an instruction to pack all dependencies, software release can be run on all major Linux system,
https://bbs.otherhill.com/index.php/topic/show/83

CodePudding user response:

Try this: Fedora8 i386 live CD iso image, packaging gtk2.24, gtk3.4, qt5.6.3, GCC - 4.9.4 development environment, use the iso, ten minutes can be installed system, can develop can be run in the mainstream Linux system (x32/x64 libc2.5 +) GUI applications. You can be free to use, Fedora8 i386 live CD iso Released 1.6 GB click here to learn and download:
https://bbs.otherhill.com/index.php/topic/show/83
  •  Tags:  
  • Qt
  • Related