Changes between Version 2 and Version 3 of Getting-Started/BB10
- Timestamp:
- Jan 10, 2013 9:12:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v2 v3 10 10 == Requirements == 11 11 12 You'll need !BlackBerry 10 Native SDK. After you download the SDK, set the environment variables by running {{{bbndk-env}}} script provided in the SDK:12 * You'll need !BlackBerry 10 Native SDK. After you download the SDK, set the environment variables by running {{{bbndk-env}}} script provided in the SDK: 13 13 {{{ 14 14 $ source bbndk_dir/bbndk-env.sh 15 15 }}} 16 17 * [BB10 PJSIP Demo https://github.com/blackberry/Cascades-Community-Samples/tree/master/bb10-pjsipdemo] 18 * In particular read through [README https://github.com/blackberry/Cascades-Community-Samples/blob/master/bb10-pjsipdemo/README.txt] 16 19 17 20 == Building PJSIP ==