Changes between Version 31 and Version 32 of Getting-Started/BB10
- Timestamp:
- Nov 25, 2014 4:27:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v31 v32 347 347 - you can ping it (make sure Development Mode is ON) 348 348 - the IP address is correct in Momentics target properties 349 350 == Enabling TLS using bundled OpenSSL == 351 BB10 NDK already ships OpenSSL dev lib, and to use it, just specify {{{'--with-ssl=dummy_ssl_path'}}} setting in configure param, e.g: 352 {{{ 353 CFLAGS="-O -g" ./configure-bb10 --disable-speex-aec --with-ssl=dummy_ssl_path 354 }}} 355 In 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.