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
install:devel:git [2015/06/23 12:05]
miconda [1. Prerequisites]
install:devel:git [2019/01/11 17:20] (current)
pepelux
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 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-scm.com/   * __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-scm.com/
-  * __gcc__ compiler: apt-get install gcc+  * __gcc__ and __g++__ compilers: apt-get install gcc g++
   * __flex__ - apt-get install flex   * __flex__ - apt-get install flex
   * __bison__ - apt-get install bison   * __bison__ - apt-get install bison
Line 49: 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>
Line 65: Line 67:
  
 <code> <code>
-  nano -w modules.lst+  nano -w src/modules.lst
 </code> </code>
  
install/devel/git.1435053931.txt.gz · Last modified: 2015/06/23 12:05 by miconda