HOW TO INSTALL:
	
	By default, installations are to '/usr/local' prefix
	(in example, /usr/local/lib for the lib, /usr/local/include for the
	 includes, etc.)
	
	$ ./configure

	or, to install in another prefix:

	$ ./configure --prefix=<prefix>

	then:
	
	$ make
	# make install

	(this last command as 'root' or as a user with enough
	 permission to write to the selected prefix)
