1

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?

Karup
  • 143
  • 8

1 Answers1

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