The spring collection is a set of interdependent packages. 
The entire collection can be built using standard autotools:
	./configure --prefix={where-you-want-it}
	make 

The outermost wrapper attempts to configure and compile all the 
packages in the required order. In order to achieve this goal, the
wrapper runs (configure ; make ; make install) for each package in 
the required order. Please note, upon completion, the configure 
script will inform you of the packages that can be made.
Check the config.log in the respective package if there is an error.

Doxygen generated documentation can be created and install with:
	make doc 
	make install-doc

The document is installed in $(prefix}/share/doc. 
Point your web browser to $(prefix}/share/doc/spring.html
