Changes between Version 12 and Version 13 of Getting-Started/Windows


Ignore:
Timestamp:
Apr 29, 2009 5:05:15 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v12 v13  
    4343Follow the steps below to build the libraries/application using Visual Studio: 
    4444 
    45    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. 
     45   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'''. 
    5050   6. After successful build, the pjsua application will be placed in pjsip-apps/bin directory, and the libraries in lib directory under each projects. 
    5151