Could someone guide me how to compile and install just one module with flavor set to kamailio ?
On 2/4/11 8:08 PM, Amit Nepal wrote:
Could someone guide me how to compile and install just one module with flavor set to kamailio ?
make FLAVOUR=kamailio cfg
(skip above if you already set kamailio flavour).
then
make install-modules modules=modules/tm
Change the path to tm module with the one for your module.
Cheers, Daniel
Thanks Daniel..
Thank You Amit Nepal Systems Administrator Phoenix Internet Phone: 602-385-0731 602-234-0917#112 http://www.phoenixinternet.net
On 2/4/2011 12:22 PM, Daniel-Constantin Mierla wrote:
On 2/4/11 8:08 PM, Amit Nepal wrote:
Could someone guide me how to compile and install just one module with flavor set to kamailio ?
make FLAVOUR=kamailio cfg
(skip above if you already set kamailio flavour).
then
make install-modules modules=modules/tm
Change the path to tm module with the one for your module.
Cheers, Daniel
Thanks Daniel..
Thank You Amit Nepal Systems Administrator Phoenix Internet Phone: 602-385-0731 602-234-0917#112 http://www.phoenixinternet.net
On 2/4/2011 12:22 PM, Daniel-Constantin Mierla wrote:
On 2/4/11 8:08 PM, Amit Nepal wrote:
Could someone guide me how to compile and install just one module with flavor set to kamailio ?
make FLAVOUR=kamailio cfg
(skip above if you already set kamailio flavour).
then
make install-modules modules=modules/tm
Change the path to tm module with the one for your module.
Cheers, Daniel
Am 04.02.2011 20:22, schrieb Daniel-Constantin Mierla:
On 2/4/11 8:08 PM, Amit Nepal wrote:
Could someone guide me how to compile and install just one module with flavor set to kamailio ?
make FLAVOUR=kamailio cfg
(skip above if you already set kamailio flavour).
then
make install-modules modules=modules/tm
Change the path to tm module with the one for your module.
Or just go into the module's directory and and 'make'
regards klaus