Changes between Version 4 and Version 8 of Ticket #1586


Ignore:
Timestamp:
Oct 2, 2012 5:47:14 AM (11 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1586 – Description

    v4 v8  
    11Requirements: 
    22 * Desktop platforms: 
    3  
    4  Get SILK SDK 1.0.8 or 1.0.9 FLP/FIX (floating/fixed point version). 
     3   - Get SILK SDK 1.0.8 or 1.0.9 FLP/FIX (floating/fixed point version) from [https://developer.skype.com/silk here] 
    54 * Mobile platforms: 
    6   - iOS: 
    7  
    8   Get SILK SDK 1.0.8 ARM version from https://github.com/pereckerdal/silk-arm-ios 
     5   - iOS: 
     6     - Get SILK SDK 1.0.8 ARM version from [https://github.com/pereckerdal/silk-arm-ios here] 
    97 
    108How to build: 
    11  * iOS only: Modify Makefile to use the correct iPhone SDK version and compiler if necessary. 
    12  * Run {{{make}}} in the SILK SDK directory. 
    13  * Run PJSIP's {{{configure}}} script with the option {{{--with-silk=your_silk_sdk_flp/fix_dir}}} 
     9 * Windows platforms: 
     10   1. Build SILK SDK (the FLP version is recommended) using SILK provided VS2005 & VS2010 solutions. The output library, i.e: {{{SKP_Silk_FLP_Win32_debug.lib}}} for debug mode and {{{SKP_Silk_FLP_Win32_mt.lib}}} for release mode, will be in the SILK "src" folder. 
     11   2. Add include and library path for SILK in the Visual Studio settings. For example, the include path should point to SILK "interface" folder and the library path should point to the SILK 'src' folder. 
     12   3. Define SILK codec support in {{{pjlib/include/pj/config_site.h}}}: 
     13      {{{ 
     14#define PJMEDIA_HAS_SILK_CODEC              1 
     15      }}} 
     16 * Makefile based platforms: 
     17   1. Run {{{make}}} in the SILK SDK directory. Note for iOS platform: modify Makefile to use the correct iPhone SDK version and compiler if necessary. 
     18   1. Run PJSIP's {{{configure}}} script with the option {{{--with-silk=your_silk_sdk_flp/fix_dir}}} 
    1419 
    1520Limitation: