Re: [OpenSIPS-Users] Using Jenkins to Build OpenSIPS

2015-07-23 Thread Victor Medina
Patrick, thanks you SO much! 2015-07-23 9:32 GMT-04:30 Patrick Wakano : > You can build an installer script by putting a Makefile.conf into your > Opensips source files dir and then run make all && make install. > You just have to run the make menuconfig once to get the Makefile.conf you > desire

Re: [OpenSIPS-Users] Using Jenkins to Build OpenSIPS

2015-07-23 Thread Patrick Wakano
You can build an installer script by putting a Makefile.conf into your Opensips source files dir and then run make all && make install. You just have to run the make menuconfig once to get the Makefile.conf you desire and then use it in your installer. Patrick On Thu, Jul 23, 2015 at 10:48 AM, Vi

[OpenSIPS-Users] Using Jenkins to Build OpenSIPS

2015-07-23 Thread Victor Medina
Hi guys! Up until now I been using menuconfig to build opensips. I would like to try to use something different to build OpenSIPS. Is there any way to build OpenSIPS in an automated fashion? Something like severak automated tasks that downloads 2.1 tag, run a configure and a make, make install?