Re: [SR-Users] Building specific commit

2011-01-24 Thread mayamatakeshi
On Mon, Jan 24, 2011 at 6:18 PM, Timo Reimann wrote: > On 22.01.2011 11:00, mayamatakeshi wrote: > > Hello, > > I am using these commands to build and install kamailio: > > > > git clone http://git.sip-router.org/sip-router kamailio > > cd kamailio > > git checkout -b 3.1 origin/3.1 > > make FLAV

Re: [SR-Users] Building specific commit

2011-01-24 Thread Timo Reimann
On 22.01.2011 11:00, mayamatakeshi wrote: > Hello, > I am using these commands to build and install kamailio: > > git clone http://git.sip-router.org/sip-router kamailio > cd kamailio > git checkout -b 3.1 origin/3.1 > make FLAVOUR=kamailio cfg > make group_include="mysql" all > make group_include

[SR-Users] Building specific commit

2011-01-22 Thread mayamatakeshi
Hello, I am using these commands to build and install kamailio: git clone http://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b 3.1 origin/3.1 make FLAVOUR=kamailio cfg make group_include="mysql" all make group_include="mysql" install Now, If I want to build a specific commit