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:
parent
9eda658a77
commit
65fc803d31
|
@ -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
|
shared and static libraries for libsofia-sip-ua, and a few test
|
||||||
programs. The test programs can be run with the script check.cmd.
|
programs. The test programs can be run with the script check.cmd.
|
||||||
|
|
||||||
|
|
||||||
Preparing the build tree
|
Preparing the build tree
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -23,29 +24,35 @@ for instance at:
|
||||||
- plus many sites, a web search for "win32 awk" will
|
- plus many sites, a web search for "win32 awk" will
|
||||||
provide you many more links
|
provide you many more links
|
||||||
|
|
||||||
Notes pthread support
|
|
||||||
---------------------
|
Notes for pthread support
|
||||||
|
-------------------------
|
||||||
|
|
||||||
There is a pthread implementation for Visual C on Win32 included.
|
There is a pthread implementation for Visual C on Win32 included.
|
||||||
Source code and documentation for the pthread library can also be
|
Source code and documentation for the pthread library can also be
|
||||||
downloaded from http://sources.redhat.com/pthreads-win32/.
|
downloaded from http://sources.redhat.com/pthreads-win32/.
|
||||||
|
|
||||||
|
|
||||||
MS-VC6 specific notes
|
MS-VC6 specific notes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The MSVC6 workspace file is "SofiaSIP.dsw".
|
The MSVC6 workspace file is "SofiaSIP.dsw".
|
||||||
|
|
||||||
With Visual Studio 6, and Windows 2000 or older Platform SDK, you
|
With Visual Studio 6, and Windows 2000 or older Platform SDK, you need to
|
||||||
need to have so called "IPv6 Technology Preview for Windows 2000"
|
have the header files from the so called "IPv6 Technology Preview for
|
||||||
installed, in order to compile Sofia-SIP. This is required even
|
Windows 2000" installed, in order to compile Sofia-SIP. This is required
|
||||||
if IPv6 support is disabled (the socket APIs of older Platfrom SDKs
|
even if IPv6 support is disabled (the socket APIs of older Platfrom SDKs are
|
||||||
are insufficient).
|
insufficient).
|
||||||
|
|
||||||
You can download the preview SDK from:
|
You can download the preview SDK from Microsoft Download Center:
|
||||||
http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp
|
|
||||||
|
http://www.microsoft.com/downloads/
|
||||||
|
|
||||||
|
Search for "IPv6 Technology Preview for Windows 2000".
|
||||||
|
|
||||||
With newer Platform SDKs, the IPv6 Preview SDK is not needed.
|
With newer Platform SDKs, the IPv6 Preview SDK is not needed.
|
||||||
|
|
||||||
|
|
||||||
MSVC2005 specific notes
|
MSVC2005 specific notes
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue