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.

23 lines
545 B

[![Build Status](https://travis-ci.org/falk-werner/webfuse-provider.svg?branch=master)](https://travis-ci.org/falk-werner/webfuse-provider)
5 years ago
# webfuse-provider
5 years ago
Reference implementation of webfuse provider
## Build and run
To install dependecies, see below.
meson build
cd build
ninja
./webfuse-provider
## Dependencies
- [webfuse](https://github.com/falk-werner/webfuse)
- [libwebsockets](https://libwebsockets.org/)
- [jansson](https://github.com/akheron/jansson)
All dependencies are bundled using meson wrap files.