1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 07:20:45 +00:00
Go to file
2020-06-06 15:16:38 +02:00
src removed service timeout die to api change of webfuse 2020-06-06 15:08:12 +02:00
subprojects enabled meson build 2020-06-06 15:07:25 +02:00
.gitignore enabled meson build 2020-06-06 15:07:25 +02:00
.travis.yml switched to meson build 2020-06-06 15:08:31 +02:00
LICENSE Initial commit 2020-02-09 17:13:07 +01:00
meson.build enabled meson build 2020-06-06 15:07:25 +02:00
README.md changed build instructions to meson 2020-06-06 15:12:15 +02:00

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.