Changes between Version 31 and Version 32 of Getting-Started/BB10


Ignore:
Timestamp:
Nov 25, 2014 4:27:22 AM (9 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/BB10

    v31 v32  
    347347     - you can ping it (make sure Development Mode is ON) 
    348348     - the IP address is correct in Momentics target properties 
     349 
     350== Enabling TLS using bundled OpenSSL == 
     351BB10 NDK already ships OpenSSL dev lib, and to use it, just specify {{{'--with-ssl=dummy_ssl_path'}}} setting in configure param, e.g: 
     352{{{ 
     353CFLAGS="-O -g" ./configure-bb10 --disable-speex-aec --with-ssl=dummy_ssl_path 
     354}}} 
     355In configure output, you should see line such as {{{"OpenSSL library found, SSL support enabled"}}}. Note that you may also need to add {{{"LIBS += -lcrypto"}}} in the .pro file.