Build Dependencies
==================
General info
------------
- fuse kernel module, which is available in kernel version 2.6.11 and later, else
  available at http://fuse.sourceforge.net/
- fuse user-space tools, also available at http://fuse.sourceforge.net/

Solaris
-------
- fuse kernel module and lib tool, which requires Nevada build 62 or later 
  and Sun Studio 10 or later, available at http://opensolaris.org/os/project/fuse/

Debian/Ubuntu 
-------------
apt-get install fuse-utils libfuse-dev

(which should drag in: libfuse2)

Building
========

	./configure
	make
	make install

Version info
============
built and tested on Solaris Nevada build 64 and Unbuntu 7.04 on Jan 24, 2008


