XMLRPC Build & Installation Guide

1.	Unpack the archive:

		gunzip -c xmlrpc-x.xx.tar.gz | tar -xvf -

	- or -

		tar -zxvf xmlrpc-x.xx.tar.gz

2.	Configure the sources:

		./configure 
                
        (the install path will be /usr/local by default; 
        libxmlrpc.so will be installed in /usr/local/lib) 
                
	- or -

		./configure --prefix=<install path>

3.	Build the distribution

		make

4.	Install the Distribution

        (you may have to become root, or choose a different install path above) 
		
                make install
                
                
5.      Build the documentation

        (you must have Robodoc installed for this step) 

                make html

	- or -

		make docall

