Changes between Version 10 and Version 11 of Getting-Started/Android
- Timestamp:
- Aug 7, 2012 9:09:21 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v10 v11 26 26 {{{ 27 27 $ cd /path/to/your/pjsip/dir 28 $ export ANDROID_NDK =/path_to_android_ndk_dir28 $ export ANDROID_NDK_ROOT=/path_to_android_ndk_dir 29 29 $ ./configure-android 30 30 $ make dep && make clean && make … … 42 42 43 43 Follow these steps to build apjsua: 44 1. (Re)Compile pjsua with USE_GUI defined. 44 45 1. Go to apjsua source directory: 45 46 {{{