Menu

Tree [r1320] / advanced /
 History

HTTPS access


File Date Author Commit
 Windows 2008-01-10 giraffedata [r1312] Release 1.13.03
 autom4te.cache 2007-12-27 giraffedata [r1294] Release 1.13.00
 conf 2001-05-01 emk [r91] Interop fixes:
 doc 2007-12-27 giraffedata [r1294] Release 1.13.00
 examples 2007-12-27 giraffedata [r1294] Release 1.13.00
 include 2008-01-10 giraffedata [r1312] Release 1.13.03
 lib 2008-01-10 giraffedata [r1312] Release 1.13.03
 src 2008-01-18 giraffedata [r1320] Release 1.13.04
 tools 2007-12-27 giraffedata [r1294] Release 1.13.00
 GNUmakefile 2007-12-27 giraffedata [r1294] Release 1.13.00
 Makefile 2007-09-16 giraffedata [r1017] improve 'you need GNU Make' failure
 Makefile.common 2007-12-27 giraffedata [r1294] Release 1.13.00
 Makefile.config.in 2007-12-27 giraffedata [r1294] Release 1.13.00
 Makefile.srcdir.in 2006-09-24 giraffedata [r758] Make separate directory build work
 Makefile.version 2008-01-18 giraffedata [r1320] Release 1.13.04
 README 2005-10-26 giraffedata [r495] Move install instructions to doc/INSTALL, inclu...
 aclocal.m4 2004-10-20 giraffedata [r116] curl/wininet alternate transports, first draft
 config.guess 2004-12-06 giraffedata [r177] Update from GNU
 config.sub 2004-12-06 giraffedata [r177] Update from GNU
 configure 2007-12-27 giraffedata [r1294] Release 1.13.00
 configure.in 2007-12-27 giraffedata [r1294] Release 1.13.00
 dll-common.make 2006-09-29 giraffedata [r764] Use PIC code for shared, non-libtoool-built lib...
 dylib-common.make 2007-03-23 giraffedata [r868] replace existing library symlinks on 'make inst...
 install-sh 2004-10-16 giraffedata [r113] Merge patches from Sourceforge from the last 3 ...
 irix-common.make 2007-03-23 giraffedata [r868] replace existing library symlinks on 'make inst...
 missing 2004-10-16 giraffedata [r113] Merge patches from Sourceforge from the last 3 ...
 mkinstalldirs 2004-10-16 giraffedata [r113] Merge patches from Sourceforge from the last 3 ...
 stamp-h.in 2004-10-20 giraffedata [r116] curl/wininet alternate transports, first draft
 transport_config.make 2007-03-08 giraffedata [r857] Build xmlrpc-c-config with make, not configure
 unix-common.make 2007-03-23 giraffedata [r868] replace existing library symlinks on 'make inst...
 xmlrpc-c-config.main 2007-12-27 giraffedata [r1294] Release 1.13.00
 xmlrpc-c-config.test.main 2007-12-27 giraffedata [r1294] Release 1.13.00
 xmlrpc_amconfig.h.in 2007-12-27 giraffedata [r1294] Release 1.13.00
 xmlrpc_config.h.in 2007-12-27 giraffedata [r1294] Release 1.13.00

Read Me

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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.