I want to make a deb package of a project - https://github.com/manojgudi/sandhi Is there any way of doing this without first installing the software on my system? If no then after installing it on my system and getting it working what steps to follow now to create a deb package?
Asked
Active
Viewed 2,048 times
1
-
possible duplicate of How to create a .deb package from compiled source files? – Charles Green Nov 03 '14 at 14:48
1 Answers
1
There's checkinstall
, it builds a package from sources.
Read up on it here: https://wiki.debian.org/CheckInstall

Jan
- 12,291
- 3
- 32
- 38