freeswitch/libs/xmlrpc-c
2010-06-29 09:55:08 -05:00
..
conf/abyss_root
debian
doc
examples
include crank up max conns 2009-07-29 18:41:21 +00:00
lib revert 2009-06-25 01:07:03 +00:00
src FSBUILD-249 2010-02-23 22:56:54 +00:00
tools remove GNU_SOURCE from c file (we push from build system instead 2008-05-23 22:59:41 +00:00
Windows more tweaks for VS2010 2010-06-29 09:55:08 -05:00
.cvsignore
.update
common.mk
config.mk.in
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
configure.in not supposed to do that in a conditional 2008-05-23 22:55:40 +00:00
dll-common.make
dylib-common.make
GNUmakefile
install-sh
irix-common.make
ltconfig
Makefile
Makefile.common
Makefile.config.in
Makefile.depend
Makefile.srcdir.in
Makefile.version
missing
mkinstalldirs
README
stamp-h.in
transport_config.make
unix-common.make
version.h working windows build for mod_xml_rpc and xmlrpc-c 2008-05-23 21:43:41 +00:00
xmlrpc_amconfig.h.in tweak 2008-05-24 03:10:36 +00:00
xmlrpc_config.h.in tweak 2008-05-24 03:08:41 +00:00
xmlrpc-c-config.in
xmlrpc-c-config.main
xmlrpc-c-config.test.in
xmlrpc-c-config.test.main

This is the source code for XML-RPC for C/C++, called Xmlrpc-c for short.

XML-RPC for C/C++ is programming libraries and related tools to help you
write an XML-RPC server or client in C or C++.

Documentation for the package is at

  http://xmlrpc-c.sourceforge.net/doc

See the Xmlrpc-c website at:

  http://xmlrpc-c.sourceforge.net/


PREREQUISITES
-------------

To build a useful Xmlrpc-c client library, you'll need to have at
least one HTTP library.  Xmlrpc-c knows how to use W3C Libwww (Version
5.3.2 or newer), Curl, and Wininet.  The configurator gives you the
option of building libraries that use any or all of these, and
defaults to every one you appear to have installed.  If you don't
appear to have any installed, the configurator causes the build to
omit client facilities altogether.

Information about W3C Libwww, including how to get it are at
<http://www.w3.org/Library>.

For Curl, see <http://curl.haxx.se>.

Wininet comes with Windows, and isn't available for any other platform.

You also need an XML parser/builder library.  An old version of Expat
is included in the package and used by default, so there's no actual
prerequisite here.  But if you separately obtain Libxml2, you can
configure the build to use that instead.  There's no really pressing
reason to do that, though.

BUILDING, INSTALLING
--------------------

See the file doc/INSTALL.

In the simplest case, it's just a conventional

  $ ./configure
  $ make
  $ make install


ADDITIONAL INFORMATION
----------------------

See the doc/ directory of the source tree for information about the
source code.  User documentation is on the web, as described above.