Every effort has been made to minimize the size of the source download and its required associated files. It is still rather large, compared to the total size of the .c++ and .h files.

Installation:

A. Easy way:

	1. Run the script "auto_install.sh" located in this directory.

B. Step-by-step procedure, for those who might expect difficulties:

	1. Unpack the source package to any convenient location.

	2. Go to the project base source directory (where this file is located).

	3. Issue:

	$ make -f Makefile.cvs dist

	4. Then:

	$ ./configure

	5. Then:

	$ make

	6. Then:

	$ sudo make install
