Monday, February 9, 2009

How to create / build .deb packages

Came across the websites i found detail how to build .deb packages.

Another easy way to create .deb.
Install it and when you compile a software type "sudo checkinstall -D" instead of "sudo make install", it will install the software giving synaptic all the needed informations to see it and create a .deb.

0 comments: