install:devel:git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install:devel:git [2015/01/03 17:31] – [3.Tuning Makefiles] miconda | install:devel:git [2019/01/11 16:20] (current) – pepelux | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
Main author: | Main author: | ||
- | | + | |
+ | |||
+ | Support: | ||
</ | </ | ||
Line 24: | Line 26: | ||
* __git__ client: apt-get install git-core - it is recommended to have a recent version, if your Linux distro has an old version, you can download newer one from: http:// | * __git__ client: apt-get install git-core - it is recommended to have a recent version, if your Linux distro has an old version, you can download newer one from: http:// | ||
- | * __gcc__ | + | * __gcc__ |
* __flex__ - apt-get install flex | * __flex__ - apt-get install flex | ||
* __bison__ - apt-get install bison | * __bison__ - apt-get install bison | ||
Line 34: | Line 36: | ||
* __libxml2__ - apt-get install libxml2-dev | * __libxml2__ - apt-get install libxml2-dev | ||
* __libpcre3__ - apt-get install libpcre3-dev | * __libpcre3__ - apt-get install libpcre3-dev | ||
+ | |||
+ | **Important Note**: starting with version 4.3.0, Kamailio uses the directory **/ | ||
===== 2. Getting sources from GIT ===== | ===== 2. Getting sources from GIT ===== | ||
Line 47: | Line 51: | ||
< | < | ||
- | git clone --depth 1 --no-single-branch | + | git clone --depth 1 --no-single-branch |
cd kamailio | cd kamailio | ||
</ | </ | ||
Line 63: | Line 67: | ||
< | < | ||
- | nano -w modules.lst | + | nano -w src/modules.lst |
</ | </ | ||
Line 129: | Line 133: | ||
* __kamdbctl__ - script to create and manage the Databases | * __kamdbctl__ - script to create and manage the Databases | ||
* __kamctl__ - script to manage and control Kamailio SIP server | * __kamctl__ - script to manage and control Kamailio SIP server | ||
- | * __sercmd__ | + | * __kamcmd__ |
To be able to use the binaries from command line, make sure that '/ | To be able to use the binaries from command line, make sure that '/ | ||
Line 164: | Line 168: | ||
</ | </ | ||
- | In case you set the PREFIX variable in 'make cfg ...' command, then replace **/ | + | **NOTE: |
===== 7. Create MySQL database ===== | ===== 7. Create MySQL database ===== | ||
install/devel/git.1420306273.txt.gz · Last modified: 2015/01/03 17:31 by miconda