install:4.0.x:git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install:4.0.x:git [2013/04/21 17:34] – [9. The init.d script] miconda | install:4.0.x:git [2013/09/11 16:23] (current) – werebear73 | ||
---|---|---|---|
Line 50: | Line 50: | ||
< | < | ||
- | git clone --depth 1 git:// | + | git clone --depth 1 --no-single-branch |
cd kamailio | cd kamailio | ||
git checkout -b 4.0 origin/4.0 | git checkout -b 4.0 origin/4.0 | ||
</ | </ | ||
+ | //Note: if your git client version does not support **--no-single-branch** command line parameter, then just remove it.// | ||
===== 3.Tuning Makefiles ===== | ===== 3.Tuning Makefiles ===== | ||
Line 92: | Line 93: | ||
</ | </ | ||
+ | If you set this PREFIX you have to change most of the paths below from '/ | ||
More hints about Makefile system at: | More hints about Makefile system at: | ||
Line 143: | Line 145: | ||
Kamailio (OpenSER) modules are installed in: | Kamailio (OpenSER) modules are installed in: | ||
+ | **32-Bit** | ||
< | < | ||
/ | / | ||
/ | / | ||
+ | </ | ||
+ | |||
+ | **64-Bit** | ||
+ | < | ||
+ | / | ||
+ | / | ||
</ | </ | ||
Line 239: | Line 248: | ||
then edit the file updating the $DAEMON and $CFGFILE values: | then edit the file updating the $DAEMON and $CFGFILE values: | ||
+ | |||
< | < | ||
DAEMON=/ | DAEMON=/ | ||
Line 247: | Line 257: | ||
< | < | ||
- | / | + | / |
</ | </ | ||
Line 320: | Line 330: | ||
then an update has been made to Kamailio devel version and it will be available to the public GIT in no time. | then an update has been made to Kamailio devel version and it will be available to the public GIT in no time. | ||
- |
install/4.0.x/git.1366565663.txt.gz · Last modified: 2013/04/21 17:34 by miconda