We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2d799 commit 7942457Copy full SHA for 7942457
download_third_party.sh
@@ -2,10 +2,10 @@ mkdir third_party_sources ||:
2
cd third_party_sources
3
git clone --branch v1.3 https://github.com/madler/zlib.git
4
5
-wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz
6
-tar zxvf boost_1_84_0.tar.gz
7
-mv boost_1_84_0 boost
8
-rm boost_1_84_0.tar.gz
+wget https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.gz
+tar zxvf boost_1_85_0.tar.gz
+mv boost_1_85_0 boost
+rm boost_1_85_0.tar.gz
9
10
# In Ubuntu you might have to install some additional packages
11
# - liblz4-dev
0 commit comments