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 2cc851134d
changed build instructions to meson
4 years ago
src removed service timeout die to api change of webfuse 4 years ago
subprojects enabled meson build 4 years ago
.gitignore enabled meson build 4 years ago
.travis.yml switched to meson build 4 years ago
LICENSE Initial commit 5 years ago
README.md changed build instructions to meson 4 years ago
meson.build enabled meson build 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.