Installation:
=============

Type:
  ./configure
  make 
  make install


If you want to debug use:
  make CXXFLAGS="-Wall -W -g"
instead of
  make


If you start from a fresh CVS checkout do:
  make -f Makefile.cvs
  ./configure
  make 
  make install
	
	
