Skip to content

Commit

Permalink
Merge pull request #278 from pl4nty/patch-1
Browse files Browse the repository at this point in the history
chore: update Boost artifact URL to archives.boost.io
  • Loading branch information
sei-eschwartz authored Jan 20, 2025
2 parents 186a2e4 + 406bf46 commit 1a023b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You can build Boost using these commands:
```
$ mkdir boost
$ cd boost
$ wget https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.bz2
$ wget https://archives.boost.io/release/1.64.0/source/boost_1_64_0.tar.bz2
$ tar -xjvf boost_1_64_0.tar.bz2
$ cd boost_1_64_0
$ ./bootstrap.sh --prefix=/usr/local
Expand Down
3 changes: 1 addition & 2 deletions scripts/build_prereqs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ then
test -d boost && sudo rm -rf boost
mkdir boost
cd boost
wget https://versaweb.dl.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2
#wget https://boostorg.jfrog.io/artifactory/main/release/1.64.0/source/boost_1_64_0.tar.bz2
wget https://archives.boost.io/release/1.64.0/source/boost_1_64_0.tar.bz2
tar -xjf boost_1_64_0.tar.bz2
cd boost_1_64_0
./bootstrap.sh --prefix=$PREFIX --with-libraries=system,serialization,chrono,timer,iostreams,thread,date_time,random,regex,program_options,filesystem,wave
Expand Down

0 comments on commit 1a023b3

Please sign in to comment.