Changes between Version 6 and Version 7 of Getting-Started/Android


Ignore:
Timestamp:
Jul 19, 2012 1:57:42 AM (12 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v6 v7  
    1010You need Android NDK. 
    1111 
     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 
    1222== Building PJSIP == 
    13  
    14 [wiki:Getting-Started/Download-Source Get the source code], if you haven't already. 
    1523 
    1624Just run: 
     
    2836 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 
    2937 
    30 Since PJSIP on Android is still experimental, please also have a look at: 
     38Also have a look at the following PJSIP Android project: 
    3139 * [http://code.google.com/p/csipsimple/ csipsimple] project, an Android port of pjsip.