PDA

View Full Version : How to create a debian package for Qt4 application.



genessr
14th July 2009, 01:08
I've written a database application in Qt4 and I want this to be deployed in other computer. I want to create a debian package from binary file not from from source code. Any idea?

e8johan
14th July 2009, 09:19
There are plenty of resources available on the net. Try starting here: http://www.ibm.com/developerworks/linux/library/l-debpkg.html .

jpn
14th July 2009, 09:48
It might be worth checking out a tool called CheckInstall (http://checkinstall.izto.org/index.php) if you're not interested in learning dpkg creation details.