Hi all,
Sorry for this simple question.
1) I have made some changes to main.c file and want rebuild kamailio so that changes take Éffect, what is the command to rebuild?
Thanks Selvam
Hello,
On 2/20/13 2:43 PM, Techie Sup wrote:
Hi all,
Sorry for this simple question.
- I have made some changes to main.c file and want rebuild kamailio
so that changes take Éffect, what is the command to rebuild?
if you installed from sources (which I guess is the case), then run again the commands like for initial build:
make all make install
To build only the core, then simply the command:
make
is enough. But then you need to run 'make install' to deploy the object files and binaries on the installation paths.
Cheers, Daniel