Changes between Version 72 and Version 73 of Getting-Started/Android
- Timestamp:
- Oct 12, 2018 6:56:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v72 v73 41 41 * The {{{./configure-android}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for Android target. Standard {{{./configure}}} options should be applicable to this script too. Please check {{{./configure-android --help}}} for more info. 42 42 * Other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 43 * Before building for another architecture, make sure to cleanup all existing binary and intermediate files, e.g: 44 {{{ 45 $ cd /path/to/your/pjsip/dir 46 $ make clean 47 48 # cleanup pjsua sample app 49 $ cd pjsip-apps/src/pjsua/android/jni 50 $ make clean 51 52 # also cleanup pjsua2 sample app (SWIG) 53 $ cd /path/to/your/pjsip/dir 54 $ cd pjsip-apps/src/swig 55 $ make clean 56 }}} 43 57 44 58 == Video Support ==