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

updated dependency versions

This commit is contained in:
Falk Werner 2019-12-01 12:16:20 +01:00
parent 63c2b06213
commit c98a214668

View File

@ -419,9 +419,9 @@ By default, unit tests and example application are enabled. You can disable them
#### libwebsockets #### libwebsockets
wget -O libwebsockets-3.1.0.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz wget -O libwebsockets-3.2.0.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.2.0.tar.gz
tar -xf libwebsockets-3.1.0.tar.gz tar -xf libwebsockets-3.2.0.tar.gz
cd libwebsockets-3.1.0 cd libwebsockets-3.2.0
mkdir .build mkdir .build
cd .build cd .build
cmake .. cmake ..
@ -443,9 +443,9 @@ By default, unit tests and example application are enabled. You can disable them
Installation of GoogleTest is optional webfuse library, but required to compile tests. Installation of GoogleTest is optional webfuse library, but required to compile tests.
wget -O gtest-1.8.1.tar.gz https://github.com/google/googletest/archive/release-1.8.1.tar.gz wget -O gtest-1.10.0.tar.gz https://github.com/google/googletest/archive/release-1.10.0.tar.gz
tar -xf gtest-1.8.1.tar.gz tar -xf gtest-1.10.0.tar.gz
cd googletest-release-1.8.1 cd googletest-release-1.10.0
mkdir .build mkdir .build
cd .build cd .build
cmake .. cmake ..