1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

updated libfuse to 3.9.2

This commit is contained in:
Falk Werner
2020-06-15 18:26:31 +02:00
parent 56749c113b
commit 630f59114f
7 changed files with 13 additions and 13 deletions

View File

@@ -46,9 +46,9 @@ After that, you will find the API documentation in the doc/api subdirectory.
#### libfuse
wget -O fuse-3.9.1.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.9.1.tar.gz
tar -xf fuse-3.9.1.tar.gz
cd libfuse-fuse-3.9.1
wget -O fuse-3.9.2.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.9.2.tar.gz
tar -xf fuse-3.9.2.tar.gz
cd libfuse-fuse-3.9.2
mkdir .build
cd .build
meson ..