FuseCompress (compressed filesystem in userspace)
	http://www.miio.net/fusecompress

We are not responsible for any badness that may happen to you during using
this software.

License:

This program is distributed under GNU/GPL version 2. 

Todo:

Bugs:

Requires:

	boost 1.33.1
	librlog >= 1.3 (RLog - a C++ logging library)

	libz
	libbz2
	liblzma = 4.999.5alpha (Download source from http://tukaani.org/lzma/)
	liblzo2

Compile:

	Boost's libraries may be stored in /usr/lib64 on 64bit systems,
	configure script needs to be called with:

	./configure --with-boost-libdir=/usr/lib64/

	Don't use --enable-debug flag. Build fails during linking with boost
	libraries.

Usage:

	See man pages for fusecompress and fusecompress_offline.

Author:

Milan Svoboda <milan.svoboda@centrum.cz> (author and project maintainer)

Feel free to contact me with suggestions and bug reports.

