Creating Installation Package in Ubuntu

2019-09-20 17:00发布

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条回答
时光不老,我们不散
2楼-- · 2019-09-20 17:15

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.

查看更多
登录 后发表回答