mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
updated libfuse to 3.9.1
This commit is contained in:
@@ -24,9 +24,9 @@ To install dependecies, see below.
|
|||||||
|
|
||||||
To install libfuse, meson is needed. Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions.
|
To install libfuse, meson is needed. Please refer to [meson quick guide](https://mesonbuild.com/Quick-guide.html) for setup instructions.
|
||||||
|
|
||||||
wget https://github.com/libfuse/libfuse/archive/fuse-3.9.0.tar.gz -O fuse.tar.gz
|
wget https://github.com/libfuse/libfuse/archive/fuse-3.9.1.tar.gz -O fuse.tar.gz
|
||||||
tar -xf fuse.tar.gz
|
tar -xf fuse.tar.gz
|
||||||
cd libfuse-fuse-3.9.0
|
cd libfuse-fuse-3.9.1
|
||||||
mkdir .build
|
mkdir .build
|
||||||
cd .build
|
cd .build
|
||||||
meson ..
|
meson ..
|
||||||
|
|||||||
Reference in New Issue
Block a user