mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
updated libfuse to 3.10.0
This commit is contained in:
parent
dffdfc8345
commit
69b4df05ed
12
doc/build.md
12
doc/build.md
@ -45,9 +45,9 @@ After that, you will find the API documentation in the doc/api subdirectory.
|
||||
|
||||
#### libfuse
|
||||
|
||||
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
|
||||
wget -O fuse-3.10.0.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.10.0.tar.gz
|
||||
tar -xf fuse-3.10.0.tar.gz
|
||||
cd libfuse-fuse-3.10.0
|
||||
mkdir .build
|
||||
cd .build
|
||||
meson ..
|
||||
@ -56,9 +56,9 @@ After that, you will find the API documentation in the doc/api subdirectory.
|
||||
|
||||
#### libwebsockets
|
||||
|
||||
wget -O libwebsockets-4.0.10.tar.gz https://github.com/warmcat/libwebsockets/archive/v4.0.10.tar.gz
|
||||
tar -xf libwebsockets-4.0.10.tar.gz
|
||||
cd libwebsockets-4.0.10
|
||||
wget -O libwebsockets-4.1.3.tar.gz https://github.com/warmcat/libwebsockets/archive/v4.1.3.tar.gz
|
||||
tar -xf libwebsockets-4.1.3.tar.gz
|
||||
cd libwebsockets-4.1.3
|
||||
mkdir .build
|
||||
cd .build
|
||||
cmake ..
|
||||
|
Loading…
Reference in New Issue
Block a user