336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
pjsip Building for Microsoft Windows
출처 : https://trac.pjsip.org/repos/wiki/Getting-Started/Windows
Build Preparation for Windows
- Get the source code, if you haven't already.
- It is important that you create a config_site.h as described in Build Preparation
Building the Projects
Follow the steps below to build the libraries/application using Visual Studio:
For Visual Studio 6/2002/2003: open pjproject.dsw workspace file.(No longer supported since pjsip 2.0)- For Visual Studio 8 (VS 2005): open pjproject-vs8.sln solution file.
- For Visual Studio 9 (VS 2008): open pjproject-vs8.sln solution file. One-time conversion of projects to VS 2008 format will done automatically.
- For Visual Studio 11 (VS 2012): open pjproject-vs8.sln solution file. One-time conversion of projects to VS 2012 format will done automatically.
- Warnings about Windows Mobile projects/configurations can be safely ignored, VS 2012 does not support Windows Mobile
- Additional tips from pjsip mailing list
- Set pjsua as Active or Startup Project.
- Set Win32 as the platform.
- Select Debug or Release build as appropriate.
- Build the project. This will build pjsua application and all libraries needed by pjsua.
- After successful build, the pjsua application will be placed in pjsip-apps/bin directory, and the libraries in lib directory under each projects.
To build the samples:
- (Still using the same workspace)
- Set samples project as Active Project
- Select Debug or Release build as appropriate. See Visual Studio Build Configuration page for explanation of each provided build configuration
- Build the project. This will build all sample applications and all libraries needed.
- After successful build, the sample applications will be placed in pjsip-apps/bin/samples directory, and the libraries in lib directory under each projects.
'Programming > C,CPP,CS' 카테고리의 다른 글
OpenSSL x86 Build (0) | 2016.10.28 |
---|---|
pjproject-2.5.5 (0) | 2016.10.14 |
oRTP (0) | 2016.10.11 |
log4cxx dll build (1) | 2016.09.27 |
OpenSSL x64 Build (0) | 2016.09.27 |