Thu Jun 5 11:46:04 EDT 2008 Pekka Pessi <first.last@nokia.com>

* win32/README.txt: updated download link for IPv6 Technology Preview.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8921 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-08 04:36:41 +00:00
parent 9eda658a77
commit 65fc803d31

View File

@ -9,6 +9,7 @@ Currently, the provided workspace/solution files will create both
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 @@ for instance at:
- 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
------------------------