Hey @sergey-safarov,
In order for `make install` to install the documentation for the modules, they have to
build first. Since the generation of the docs is not included in the default target (see
https://github.com/kamailio/kamailio/commit/8a37acb07317d42dc3254ae5ed47573…), one
should explicitly build them using `make kamailio_docs` while in the build folder.
If they docs have been built, then the `make install` will install the
`READMES.module-name` where you have described.
I have read the provided documentation link and and it
is not clean how to compile kazoo module using cmake.
Could you clarify how to
compile and install optional modules.
Regarding this, check out:
1.
https://www.kamailio.org/wikidocs/tutorials/cmake/custom/
2.
https://www.kamailio.org/wikidocs/tutorials/cmake/commands/
You have to provide the option(s) during the configuration phase of cmake.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4085#issuecomment-2565252521
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4085/c2565252521(a)github.com>