PDA

View Full Version : Create a .deb from source



Téragone
November 18th, 2005, 08:16 PM
Hello,

How to create a .deb from source package which require outside build directory like binutils or glibc ?

Thanks

frodon
November 18th, 2005, 08:28 PM
If your goal is to make a .deb for your use or few friends, checkinstall is the best solution.
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.

mgor
November 18th, 2005, 08:33 PM
check this thread: http://www.ubuntuforums.org/showthread.php?t=51003&highlight=checkinstall

cstudent
November 18th, 2005, 08:40 PM
check this thread: http://www.ubuntuforums.org/showthread.php?t=51003&highlight=checkinstall


Sweet. Thanks for the link. I love it when I learn something useful.

Bill

Téragone
November 18th, 2005, 08:43 PM
Merci Frodon,

I will try it but what are the other solution ? I'm curious about them.


Thanks also mgor