From 69b4df05edb0817cb997358a0855d3630eb93938 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Tue, 13 Oct 2020 21:28:51 +0200 Subject: [PATCH] updated libfuse to 3.10.0 --- doc/build.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/build.md b/doc/build.md index 78e2ff3..a15e66b 100644 --- a/doc/build.md +++ b/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 ..