User Tools

Site Tools


download:v4.3.x-from-git

Differences

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

Link to this comparison view

download:v4.3.x-from-git [2015/06/10 10:01] (current)
linuxmaniac created
Line 1: Line 1:
 +====== Download Sources of Kamailio v4.3.x from GIT Repository ======
  
 +Instructions to download sources from GIT repository, specific for stable branch 4.3 (release series v4.3.x).
 +
 +===== Kamailio v4.3.x =====
 +
 +Direct download of sources from GIT for latest Kamailio v4.3.x.
 +
 +<code>
 +  git clone --depth --no-single-branch 1 git://git.sip-router.org/kamailio kamailio
 +  cd kamailio
 +  git checkout -b 4.3 origin/4.3
 +</code>
 +
 +//Note: if your git client version does not support –no-single-branch command line parameter, then just remove it.//
download/v4.3.x-from-git.txt · Last modified: 2015/06/10 10:01 by linuxmaniac