freeswitch/libs/sofia-sip/win32
Michael Jerris cad28828b2 merge changes from current sofia-sip tree.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4153 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-02-07 21:59:38 +00:00
..
libsofia-sip-ua merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
libsofia-sip-ua-static merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
sofia-sip add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
tests merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
utils merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
ChangeLog add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Makefile.am merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
Makefile.in merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
README.txt add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
SofiaSIP.dsw add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
SofiaSIP.sln merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
autogen.cmd add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
build_sources.cmd merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
check.cmd merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
config.h.in merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
install.cmd add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
unistd.h add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
version.awk add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
version_files.cmd merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00

README.txt

======================================
win32/README.txt / Sofia-SIP for win32
======================================

The win32 subdirectory contains the build environment for Win32 environment
using MSVC. In order to compile the code with Windows 2000 SDK you have to
install so called "IPv6 Technology Preview for Windows 2000". The preview
contains updated IPv6 API in <tpipv6.h> and <wspiapi.h> header files.

http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp

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/.

The script autogen.cmd should be used to prepare source tree before
compiling Sofia SIP. Note that it uses the gawk utility - see
http://unxutils.sourceforge.net.

Currently, the SofiaSIP.dsw workspace creates a shared library for
sofia-sip-ua and a few test programs. The tests programs can be run 
with the script check.cmd.