Skip to content

Commit

Permalink
Updating boost downloading links
Browse files Browse the repository at this point in the history
  • Loading branch information
sg777 authored Nov 6, 2021
1 parent 69d2032 commit 70182f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/protocol/ubuntu_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
If boost is not there install boost library.
```
cd
wget https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.zip
unzip boost_1_64_0.zip
cd boost_1_64_0
wget wget "https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.gz"
tar -xvf boost_1_72_0.tar.gz
cd boost_1_72_0
./bootstrap.sh
./b2
./b2 install
Expand Down

0 comments on commit 70182f2

Please sign in to comment.