Changes between Version 6 and Version 7 of Getting-Started/Android
- Timestamp:
- Jul 19, 2012 1:57:42 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v6 v7 10 10 You need Android NDK. 11 11 12 == Build Preparation == 13 14 1. [wiki:Getting-Started/Download-Source Get the source code], if you haven't already. 15 2. Set your [wiki:Getting-Started/Build-Preparation config_site.h] to the following: 16 {{{ 17 #define PJ_CONFIG_ANDROID 1 18 #include <pj/config_site_sample.h> 19 }}} 20 This will activate Android specific settings in the {{{config_site_sample.h}}}. 21 12 22 == Building PJSIP == 13 14 [wiki:Getting-Started/Download-Source Get the source code], if you haven't already.15 23 16 24 Just run: … … 28 36 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 29 37 30 Since PJSIP on Android is still experimental, please also have a look at:38 Also have a look at the following PJSIP Android project: 31 39 * [http://code.google.com/p/csipsimple/ csipsimple] project, an Android port of pjsip.