Changes between Version 18 and Version 19 of Getting-Started/Windows
- Timestamp:
- Jun 19, 2010 4:13:23 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v18 v19 9 9 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]. 10 10 11 == Build Preparation ==11 == Build Preparation for Windows == 12 12 13 13 1. It is important that you create a config_site.h as described in [wiki:Getting-Started/Build-Preparation Build Preparation] … … 22 22 * Microsoft Visual Studio .NET 2003, 23 23 * 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. 25 25 26 26 In addition, the following SDK's are needed: … … 44 44 45 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'''. 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. 51 52 52 53 To build the samples: