aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: e7d1890f47f428e6d5c820b77bae5b7537b1da45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This program implements a FUSE filesystem, backed by Berkeley DB.

The latest version of fuse-dbfs can be found in the git repository
git://git.kernel.org/pub/scm/fs/fuse/dbfs.git

Software home:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/fs/

Build (and probably runtime) dependencies:
* GLib 2.x
* DB 4.x
* FUSE
* OpenSSL, or compatible libcrypto (for SHA1)