
  Installation when using a GIT snapshot
==========================================

Requires:
	autoconf, automake
	# (plus anything below)

Commands:
	./autogen.sh;
	# (plus anything below)


  Installation when using a tarball
=====================================

Requires:
	fuse-devel >= 2.6.5
	libattr-devel

Commands:
	mkdir obj;
	cd obj;
	../configure;
	make;
