freeswitch/libs/libdingaling
Michael Giagnocavo 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
..
build/config removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box. 2007-03-19 19:26:25 +00:00
docs Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
src FS-7966. First pass at moving to Visual Studio 2015. 2015-08-21 18:28:32 -04:00
.update trigger libdingaling rebuild 2007-03-09 23:52:29 +00:00
AUTHORS update email 2009-02-04 21:18:55 +00:00
COPYING Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
ChangeLog Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
INSTALL hmm i wonder why i was so against fucking with the build system 2006-12-19 01:02:17 +00:00
Makefile.am CentOS 5 dosn't support subdir-objects 2015-02-16 16:13:13 -06:00
NEWS Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
README Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
acsite.m4 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3661 d0543943-73ff-0310-b7d9-9358b9ac24b2 2006-12-14 22:45:30 +00:00
compile Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
config.guess remove hardcoded make name 2006-09-30 07:33:44 +00:00
config.sub remove hardcoded make name 2006-09-30 07:33:44 +00:00
configure.ac remove DYNAMIC_LIB_EXTEN because we use libtool to figure this all out now 2014-03-14 18:04:07 -04:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
depcomp remove hardcoded make name 2006-09-30 07:33:44 +00:00
doc Addition of libdingaling and mod_dingaling to enable jingle support 2006-03-31 19:38:09 +00:00
install-sh remove hardcoded make name 2006-09-30 07:33:44 +00:00
libdingaling.2008.vcproj inital work on x64 windows build (FSBUILD-125) 2009-02-21 00:56:56 +00:00
libdingaling.2010.vcxproj.filters VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
libdingaling.2012.vcxproj Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
libdingaling.2012.vcxproj.filters add more missing vs2012 project filters 2013-02-27 22:34:16 -06:00
libdingaling.2013.vcxproj FS-7644. Change 2013.vcxproj references to 2013 2015-06-18 04:17:53 -06:00
libdingaling.2013.vcxproj.filters FS-7644 2015-06-11 15:29:28 -05:00
libdingaling.2015.vcxproj FS-7966. First pass at moving to Visual Studio 2015. 2015-08-21 18:28:32 -04:00
libdingaling.vcproj add new sha1 code on windows build. 2006-10-19 01:21:43 +00:00
ltmain.sh FSBUILD-249 2010-02-23 22:56:54 +00:00
missing remove hardcoded make name 2006-09-30 07:33:44 +00:00
mkinstalldirs remove hardcoded make name 2006-09-30 07:33:44 +00:00

README

Install is common:

./configure --with-prefix=<desired prefix>
make
make install