[Freeswitch-svn] [commit] r8921 - freeswitch/trunk/libs/sofia-sip/win32
Freeswitch SVN
mikej at freeswitch.org
Tue Jul 8 00:36:41 EDT 2008
Author: mikej
Date: Tue Jul 8 00:36:41 2008
New Revision: 8921
Modified:
freeswitch/trunk/libs/sofia-sip/win32/README.txt
Log:
Thu Jun 5 11:46:04 EDT 2008 Pekka Pessi <first.last at nokia.com>
* win32/README.txt: updated download link for IPv6 Technology Preview.
Modified: freeswitch/trunk/libs/sofia-sip/win32/README.txt
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/win32/README.txt (original)
+++ freeswitch/trunk/libs/sofia-sip/win32/README.txt Tue Jul 8 00:36:41 2008
@@ -9,6 +9,7 @@
shared and static libraries for libsofia-sip-ua, and a few test
programs. The test programs can be run with the script check.cmd.
+
Preparing the build tree
------------------------
@@ -23,29 +24,35 @@
- plus many sites, a web search for "win32 awk" will
provide you many more links
-Notes pthread support
----------------------
+
+Notes for pthread support
+-------------------------
There is a pthread implementation for Visual C on Win32 included.
Source code and documentation for the pthread library can also be
downloaded from http://sources.redhat.com/pthreads-win32/.
+
MS-VC6 specific notes
---------------------
The MSVC6 workspace file is "SofiaSIP.dsw".
-With Visual Studio 6, and Windows 2000 or older Platform SDK, you
-need to have so called "IPv6 Technology Preview for Windows 2000"
-installed, in order to compile Sofia-SIP. This is required even
-if IPv6 support is disabled (the socket APIs of older Platfrom SDKs
-are insufficient).
+With Visual Studio 6, and Windows 2000 or older Platform SDK, you need to
+have the header files from the so called "IPv6 Technology Preview for
+Windows 2000" installed, in order to compile Sofia-SIP. This is required
+even if IPv6 support is disabled (the socket APIs of older Platfrom SDKs are
+insufficient).
-You can download the preview SDK from:
-http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp
+You can download the preview SDK from Microsoft Download Center:
+
+http://www.microsoft.com/downloads/
+
+Search for "IPv6 Technology Preview for Windows 2000".
With newer Platform SDKs, the IPv6 Preview SDK is not needed.
+
MSVC2005 specific notes
------------------------
More information about the Freeswitch-svn
mailing list