Changes between Version 18 and Version 19 of Getting-Started/Windows


Ignore:
Timestamp:
Jun 19, 2010 4:13:23 PM (14 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v18 v19  
    99  Note: You can also build for Windows using GNU tools such mingw. Follow the steps in [wiki:Getting-Started/Autoconf Getting Started: Building with GNU Tools/Autoconf]. 
    1010 
    11 == Build Preparation == 
     11== Build Preparation for Windows == 
    1212 
    1313 1. It is important that you create a config_site.h as described in [wiki:Getting-Started/Build-Preparation Build Preparation] 
     
    2222    * Microsoft Visual Studio .NET 2003, 
    2323    * Microsoft Visual C++ 2005 (including Express edition), 
    24     * Microsoft Visual Studio 2008 may work, but not tested specifically. Follow the instructions for Visual Studio 2005. 
     24    * Microsoft Visual Studio 2008. Follow the instructions for Visual Studio 2005. 
    2525 
    2626In addition, the following SDK's are needed: 
     
    4444 
    4545   1. For Visual Studio 6/2002/2003: open {{{pjproject.dsw}}} workspace file. 
    46    2. For Visual Studio 8 (VS 2005): open {{{pjproject-vs8.sln}}} solution file. 
    47    3. Set '''pjsua''' as Active Project. 
    48    4. Select '''Debug''' or '''Release''' build as appropriate. 
    49    5. Build the project. This will build '''pjsua''' application and all libraries needed by '''pjsua'''. 
    50    6. After successful build, the pjsua application will be placed in pjsip-apps/bin directory, and the libraries in lib directory under each projects. 
     46   1. For Visual Studio 8 (VS 2005): open {{{pjproject-vs8.sln}}} solution file. 
     47   1. Set '''pjsua''' as Active Project. 
     48   1. Set '''Win32''' as the platform. 
     49   1. Select '''Debug''' or '''Release''' build as appropriate. 
     50   1. Build the project. This will build '''pjsua''' application and all libraries needed by '''pjsua'''. 
     51   1. After successful build, the pjsua application will be placed in pjsip-apps/bin directory, and the libraries in lib directory under each projects. 
    5152 
    5253To build the samples: