freeswitch/libs/libdingaling
Robert Jongbloed cf0f483aab Assuming, just because it is MSVC, that the standard integers are not defined, is not correct. Need to test for define _STDINT as well as later versions of MSVC (>= VS2010) do have stdint.h 2012-09-27 10:16:14 +10:00
..
build/config
docs
src Assuming, just because it is MSVC, that the standard integers are not defined, is not correct. Need to test for define _STDINT as well as later versions of MSVC (>= VS2010) do have stdint.h 2012-09-27 10:16:14 +10:00
.update
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am [4/6] libdingaling: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS 2011-11-04 14:20:54 +01:00
NEWS
README
acsite.m4
compile
config.guess
config.sub
configure.gnu
configure.in a slightly more annoying yet more sane way to fix snow cat 2009-12-10 04:19:49 +00:00
depcomp
doc
install-sh
libdingaling.2008.vcproj
libdingaling.2010.vcxproj more tweaks for VS2010 2010-07-10 15:22:25 -05:00
libdingaling.2010.vcxproj.filters VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
libdingaling.vcproj
ltmain.sh FSBUILD-249 2010-02-23 22:56:54 +00:00
missing
mkinstalldirs

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Install is common:

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