1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 09:30:45 +00:00
falk-werner_webfuse-provider/examples
2020-06-15 19:23:31 +02:00
..
src moved code to examples 2020-06-15 19:23:31 +02:00
subprojects moved code to examples 2020-06-15 19:23:31 +02:00
.gitignore moved code to examples 2020-06-15 19:23:31 +02:00
.travis.yml moved code to examples 2020-06-15 19:23:31 +02:00
LICENSE moved code to examples 2020-06-15 19:23:31 +02:00
meson.build moved code to examples 2020-06-15 19:23:31 +02:00
README.md moved code to examples 2020-06-15 19:23:31 +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.