Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 414 Bytes

Syndicate Filesystem Client

This is a user gateway that implements a FUSE filesystem. It lets you mount a Syndicate volume in your filesystem hierarchy.

Building

To build, you will first need to install syndicate-core.

Then to build, type:

    $ make

To install, type:

    $ make install PREFIX=<your prefix> DESTDIR=<your destdir>