Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated boost 1.66 download link on CentOS 7 instructions
  • Loading branch information
Guerreru authored Jun 8, 2023
1 parent 781d115 commit 08f3340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ You can see the binaries in the src folder

```
yum install git cmake gcc-c++ gcc glibc-static wget libstdc++-static
wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
tar xzvf https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
cd boost_1_66_0
wget https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.tar.gz
tar xzvf ./boost_1_66_0.tar.gz
cd ./boost_1_66_0
./bootstrap.sh
./b2 install
cd ..
git clone https://github.com/bbscoincommunity/bbscoin.git
cd bbscoin
cd ./bbscoin
make
```

Expand Down

0 comments on commit 08f3340

Please sign in to comment.