You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Falk Werner ad4330cfd7
moved code to examples
4 years ago
..
src moved code to examples 4 years ago
subprojects moved code to examples 4 years ago
.gitignore moved code to examples 4 years ago
.travis.yml moved code to examples 4 years ago
LICENSE moved code to examples 4 years ago
README.md moved code to examples 4 years ago
meson.build moved code to examples 4 years ago

README.md

Build Status

webfuse-provider

Reference implementation of webfuse provider

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Dependencies

All dependencies are bundled using meson wrap files.