15 Apr
2016
15 Apr
'16
8:33 a.m.
On 14 April 2016 at 22:36, Paul Fultz II
And a package manager will use the 'make install' to install the library.
With a system like dpkg, you just define a GNU Makefile that calls whatever build system the software you're packaging is using. All you need to do is put the files you want in a directory, then convert that directory to a .deb. Whether you want to use "make install" or anything else is up to you.