Merge pull request #6 from falk-werner/update_libfuse

updated libfuse to 3.9.1
pull/8/head v0.2.0
Falk Werner 4 years ago committed by GitHub
commit bc99cbfaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,9 +41,9 @@ before_install:
- cd .deps
# libfuse
- sudo pip3 install --system meson
- 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
- cd libfuse-fuse-3.9.0
- cd libfuse-fuse-3.9.1
- mkdir .build
- cd .build
- meson ..

@ -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.
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
cd libfuse-fuse-3.9.0
cd libfuse-fuse-3.9.1
mkdir .build
cd .build
meson ..

Loading…
Cancel
Save