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

switched to webfuse 0.2.0

This commit is contained in:
Falk Werner 2020-03-01 20:25:11 +01:00
parent 569941dc51
commit f371fdaba9
2 changed files with 6 additions and 6 deletions

View File

@ -64,12 +64,12 @@ before_install:
- cd ..
- cd ..
# libwebfuse
- wget https://github.com/falk-werner/webfuse/archive/master.tar.gz -O webfuse.tar.gz
- wget https://github.com/falk-werner/webfuse/archive/v0.2.0.tar.gz -O webfuse.tar.gz
- tar -xf webfuse.tar.gz
- cd webfuse-master
- cd webfuse-0.2.0
- mkdir .build
- cd .build
- cmake -DWITHOUT_TESTS=ON -DWITHOUT_EXAMPLE=ON ..
- cmake -DWITHOUT_TESTS=ON ..
- make
- sudo make install
- cd ..

View File

@ -68,11 +68,11 @@ To install libfuse, meson is needed. Please refer to [meson quick guide](https:/
#### webfuse
wget https://github.com/falk-werner/webfuse/archive/master.tar.gz -O webfuse.tar.gz
wget https://github.com/falk-werner/webfuse/archive/v0.2.0.tar.gz -O webfuse.tar.gz
tar -xf webfuse.tar.gz
cd webfuse-master
cd webfuse-0.2.0
mkdir .build
cd .build
cmake -DWITHOUT_TESTS=ON -DWITHOUT_EXAMPLE=ON ..
cmake -DWITHOUT_TESTS=ON ..
make
sudo make install