Re: [reSIProcate-users] how to automatically build libreTurnClient?
On 26/04/16 04:00, Tom Chen wrote:
>
>
>
>
> Sent from my Verizon, Samsung Galaxy smartphone
>
>
> Hello:
>
>
>
> I have been gettingreSIProcate releasefrom
> below:http://resiprocate.org/Main_Page#Current_Release) :
>
> http://www.resiprocate.org/files/pub/reSIProcate/releases/
>
>
>
> By default, /libreTurnClient.so/ is not built.Is there any easy way by
> changing /configure/ shell script file or /Makefile.in/ or
> /Configure.ac/ etc to make it automatically build and install together
> with other shared libraries?
>
Did you enable SSL?
Notice in the top-level Makefile.am the reTurn/* code is only built if
SSL is enabled with ./configure --with-ssl
if USE_SSL
SUBDIRS += reTurn
if BUILD_RECON
...