Building process requires directories from include/netinet
and linux/netinet
of pimd project installed to your include path(i.e. /usr/include). Otherwise, pimdd usually will not build.
To build and install:
- Execute
make
; - Execute
make install
as root. OptionalPREFIX
variable used to specify root of installation;
- Service file(sysV and systemd ones);
- Refactoring of system detection(Linux or other system) in Makefile, check portablity of flags;
Read old README file in the source files.