Travis: install libfuse from git master
This commit is contained in:
parent
55eb1f00e6
commit
03a693d295
|
|
@ -14,9 +14,9 @@ ninja --version
|
|||
meson --version
|
||||
|
||||
# Install fuse
|
||||
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.1.0/fuse-3.1.0.tar.gz
|
||||
tar xzf fuse-3.1.0.tar.gz
|
||||
cd fuse-3.1.0
|
||||
wget https://github.com/libfuse/libfuse/archive/master.zip
|
||||
unzip master.zip
|
||||
cd libfuse-master
|
||||
mkdir build
|
||||
cd build
|
||||
export CC=gcc-6
|
||||
|
|
|
|||
Loading…
Reference in New Issue