pjsip源码windows编译

官方文档

This page describes how to use Microsoft Visual Studio to build pjsip libraries:

 

  1. Build Preparation for Windows
  2. Requirements
    1. Tools and SDKs
    2. Video support (2.0 and above only)
    3. Host requirements
  3. Building the Projects
  4. Debugging Sample Applications
  5. Next: Using pjproject libraries for your own application
  6. Crash problem on Win32
  7. Windows 98 Support

 

Note: You can also build for Windows using GNU tools such mingw. Follow the steps in Getting Started: Building with GNU Tools/Autoconf. Also note that video feature is currently only supported on Microsoft Visual Studio build tools because some video components, e.g: DirectShow video capture device, can only be built using Visual Studio and Windows SDK.

Note: For buiding DLLs, please see this question on FAQ.

Build Preparation for Windows

  1. Get the source code, if you haven't already.
  2. It is important that you create a config_site.h as described in Build Preparation

编译步骤参考

http://www.cnblogs.com/chaoyazhisi/p/6143734.html

http://blog.csdn.net/liang12360640/article/details/51158724

猜你喜欢

转载自913.iteye.com/blog/2392499