This project uses CMake.  You've probably never heard of it.  It's quite
a nifty little build system; more flexible (imho) than the standard
autoconf/automake/libtool build system.  More information about CMake
can be found at http://www.cmake.org/.

The following dependencies are required to build this project:
* CMake (preferably 2.0 or later; http://www.cmake.org/)
* xmlrpc-c (http://xmlrpc-c.sourceforge.net/)
* apache (2.0 or later; http://httpd.apache.org/)
* ruby (1.8 or later; http://www.ruby-lang.org/) [OPTIONAL]

To build and install:
1) Install all dependencies listed above
2) cmake /path/to/mod_xmlrpc-2.0/
3) make
4) make install

Andres Salomon <dilinger@voxel.net>  Fri, 15 Oct 2004 12:26:27 -0400

