1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

install libjannson before build

This commit is contained in:
Falk Werner 2019-02-10 08:42:40 +01:00
parent b92cb77cb7
commit 1e3984fd19

View File

@ -4,6 +4,7 @@ compiler:
- gcc
before_install:
- sudo apt install libjansson-dev
- mkdir -p .deps
- cd .deps
- wget https://github.com/libfuse/libfuse/archive/fuse-3.1.1.tar.gz