Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 427 Bytes

File metadata and controls

18 lines (12 loc) · 427 Bytes

Syndicate User Gateway Tools

This is a collection of one-off tools that carry out various filesystem operations. Each tool is a miniature user gateway for Syndicate.

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>