Mike Jerris 2e3e09cb38 FS-7966: fix more msvc 2015 build warnings. %!s(int64=9) %!d(string=hai) anos
..
Windows 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015. %!s(int64=9) %!d(string=hai) anos
conf 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
doc 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
examples 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
include af192a2e8b FS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems. %!s(int64=10) %!d(string=hai) anos
lib 2e3e09cb38 FS-7966: fix more msvc 2015 build warnings. %!s(int64=9) %!d(string=hai) anos
src 8414c498cf Fix line endings per .gitattributes %!s(int64=10) %!d(string=hai) anos
tools 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
GNUmakefile 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
Makefile 00654d880e merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk %!s(int64=16) %!d(string=hai) anos
Makefile.depend 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs %!s(int64=18) %!d(string=hai) anos
README 00654d880e merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk %!s(int64=16) %!d(string=hai) anos
common.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
config.mk.in 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
configure.ac 2513388d8a clean up some bootstrap warnings %!s(int64=10) %!d(string=hai) anos
configure.gnu d45bf87411 FS-6293: we need this for srcdir for xmlrpc-c %!s(int64=10) %!d(string=hai) anos
dll-common.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
dylib-common.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
install-sh 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs %!s(int64=18) %!d(string=hai) anos
irix-common.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
missing 00654d880e merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk %!s(int64=16) %!d(string=hai) anos
mkinstalldirs 00654d880e merged new xmlrpc-c revision 1472 from https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/trunk %!s(int64=16) %!d(string=hai) anos
srcdir.mk.in 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
stamp-h.in 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs %!s(int64=18) %!d(string=hai) anos
transport_config.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
unix-common.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
version.h af192a2e8b FS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems. %!s(int64=10) %!d(string=hai) anos
version.mk 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
xmlrpc-c-config.main 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
xmlrpc-c-config.test.main 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
xmlrpc_amconfig.h.in 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos
xmlrpc_config.h.in 6b6c83a718 FS-2746 --resolve large xmlrpc update thanks garmt %!s(int64=12) %!d(string=hai) anos

README

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
.

For Curl, see .

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.