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
NEWS
README
acsite.m4
compile
config.guess
config.sub
configure.gnu
configure.in
depcomp
doc
install-sh
libdingaling.2008.vcproj
libdingaling.2010.vcxproj
libdingaling.2010.vcxproj.filters
libdingaling.vcproj
ltmain.sh
missing
mkinstalldirs

README

Install is common:

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