aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: d0ca170ad321632038eb34c3f68ac554765b6452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/

git repository:
git://git.kernel.org/pub/scm/fs/fuse/dbfs.git

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

Other documentation to read:
AUTHORS		List of primary program authors
BUGS		List of problems we need to fix
COPYING		Software license (GPL)
INSTALL		Generic GNU autotools software installation instructions
NEWS		Overview of per-release changes
SCHEMA		Database data structure layout