Changes between Version 10 and Version 11 of Getting-Started/Android


Ignore:
Timestamp:
Aug 7, 2012 9:09:21 AM (12 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v10 v11  
    2626 {{{ 
    2727$ cd /path/to/your/pjsip/dir 
    28 $ export ANDROID_NDK=/path_to_android_ndk_dir  
     28$ export ANDROID_NDK_ROOT=/path_to_android_ndk_dir  
    2929$ ./configure-android 
    3030$ make dep && make clean && make 
     
    4242 
    4343Follow these steps to build apjsua: 
     44 1. (Re)Compile pjsua with USE_GUI defined. 
    4445 1. Go to apjsua source directory: 
    4546    {{{