This page describes how to use Microsoft Visual Studio to build pjsip libraries:
- Build Preparation for Windows
- Requirements
- Building the Projects
- Debugging Sample Applications
- Next: Using pjproject libraries for your own application
- Crash problem on Win32
- 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
- Get the source code, if you haven't already.
- 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.youkuaiyun.com/liang12360640/article/details/51158724