Changes between Version 27 and Version 28 of Getting-Started/Windows


Ignore:
Timestamp:
May 17, 2012 8:57:50 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v27 v28  
    1414 1. [wiki:Getting-Started/Download-Source Get the source code], if you haven't already. 
    1515 1. '''It is important that you create a config_site.h as described in [wiki:Getting-Started/Build-Preparation Build Preparation]''' 
    16    - Starting with version 2.0, for video support add this to your {{{config_site.h}}}: 
    17      {{{ 
    18      #define PJMEDIA_HAS_VIDEO  1 
    19      }}} 
    20  
    2116 
    2217== Requirements == 
     18 
     19=== Tools and SDKs === 
    2320 
    2421The Visual Studio based project files can be used with one of the following tools: 
     
    2926    * Microsoft Visual Studio/C++ 2005 (including Express edition), 
    3027    * Microsoft Visual Studio 2008. You may need to fix the [wiki:FAQ#vs2008 IP Helper API header bug]. Follow the instructions for Visual Studio 2005. 
    31     * '''Note for 1.x:''' Microsoft Visual Studio 2010 '''is currently unsupported'''. 
     28    * '''Note:''' Microsoft Visual Studio 2010 '''is currently unsupported'''. 
    3229      - this is because Visual Studio 2010 drops support for native Windows Mobile development, and hence is unable to import PJSIP projects. You may use VS 2010 but you'd have to manually remove Windows Mobile targets from all PJSIP project files. 
    3330 
     
    4037  Note: The new Platform SDK is still needed for Visual Studio 6, although VS6 comes with its own Platform SDK. The new Platform SDK is needed for Iphlpapi.[h|lib] for the new PJNATH library. 
    4138 
    42 === Video support === 
     39=== Video support (2.0 and above only) === 
    4340 
    4441==== Additional requirements ==== 
     
    8683}}} 
    8784 
     85=== Host requirements === 
    8886 
    8987For the host, the following are required: