Creating Installation Package in Ubuntu

2019-09-20 16:49发布

问题:

I'm programming a Qt app in Ubuntu. Well, I'm newbie in Linux but good at Qt. I wanna know how to Create Qt Static Libraries(It's installed from Synaptic), Create an installation package and How to put the app on the Applications Menu. Please Put some links for me.

Thanks in advance.

回答1:

For installing in Ubuntu, you should really create a .deb file for the users to install. The best reading to learn how to make .debs is the Debian New Maintainers' Guide, which should work for most .deb based systems. You could also read some Ubuntu specific documentation.