User Tools

Site Tools


install:devel:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
install:devel:git [2015/01/03 18:31]
miconda [6. What and where was installed]
install:devel:git [2017/02/06 14:25]
miconda [2. Getting sources from GIT]
Line 3: Line 3:
 <code> <code>
 Main author: Main author:
-   Daniel-Constantin Mierla <miconda (at) gmail.com>+   Daniel-Constantin Mierla 
 + 
 +Support: <sr-users@lists.sip-router.org>
 </code> </code>
  
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 **/var/run/kamailio/** for creating FIFO and UnixSocket control files. You have to complete the section related to installation of init.d script for creating /var/run/kamailio even if you plan to start Kamailio manually from command line. The alternative is to set different paths via parameters of **mi_fifo** and **ctl** modules.
  
 ===== 2. Getting sources from GIT ===== ===== 2. Getting sources from GIT =====
Line 47: Line 51:
  
 <code> <code>
-  git clone --depth 1 --no-single-branch git://git.kamailio.org/kamailio kamailio+  git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
   cd kamailio   cd kamailio
 </code> </code>
install/devel/git.txt · Last modified: 2019/01/11 17:20 by pepelux