Michael Giagnocavo c8dabda3ab FS-7966. First pass at moving to Visual Studio 2015. 9 vuotta sitten
..
libsofia-sip-ua 3a7894d607 Thu Feb 26 11:04:18 CST 2009 Pekka Pessi <first.last@nokia.com> 15 vuotta sitten
libsofia-sip-ua-static 3a7894d607 Thu Feb 26 11:04:18 CST 2009 Pekka Pessi <first.last@nokia.com> 15 vuotta sitten
sofia-sip c8dabda3ab FS-7966. First pass at moving to Visual Studio 2015. 9 vuotta sitten
tests 70674acbe8 Thu Jun 5 09:54:19 EDT 2008 Pekka Pessi <first.last@nokia.com> 16 vuotta sitten
utils 39b62f0718 merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 17 vuotta sitten
ChangeLog d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 vuotta sitten
Makefile.am 708c9abca2 merge with sofia darcs trunk: 17 vuotta sitten
README.txt d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 vuotta sitten
SofiaSIP.dsw 044ac9d8fa a little update to the sofia-sip library 17 vuotta sitten
SofiaSIP.sln 044ac9d8fa a little update to the sofia-sip library 17 vuotta sitten
autogen.cmd 1761fc613c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 18 vuotta sitten
build_sources.cmd 263bc0ff03 Fri Feb 6 04:05:47 CST 2009 Pekka Pessi <first.last@nokia.com> 16 vuotta sitten
check.cmd 708c9abca2 merge with sofia darcs trunk: 17 vuotta sitten
config.h.in c8dabda3ab FS-7966. First pass at moving to Visual Studio 2015. 9 vuotta sitten
install.cmd 1761fc613c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 18 vuotta sitten
unistd.h 1761fc613c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 18 vuotta sitten
version.awk d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 vuotta sitten
version_files.cmd 044ac9d8fa a little update to the sofia-sip library 17 vuotta sitten

README.txt

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

The win32 subdirectory contains the build environment for Win32
environment using MSVC.

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

The script autogen.cmd should be used to prepare source tree before
compiling Sofia SIP. Note that it uses AWK, so an AWK interpreter
is needed. You can for example use gawk (3.1.5 or newer) or mawk (tested
with 1.3.3) implementations. Precompiled binaries are available
for instance at:

- http://gnuwin32.sourceforge.net/packages/mawk.htm
- http://ftp.uni-kl.de/pub/windows/cygwin/release/gawk/
- plus many sites, a web search for "win32 awk" will
provide you many more links


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

The MSVC2005 solution file is "SofiaSIP.sln".