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 65a0e6e commit feec209Copy full SHA for feec209
install-boost.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
if [ ! -d "${HOME}/${CC}-boost_${BOOST_VERSION}/include" ]; then
5
- wget -O boost_${BOOST_VERSION}.tar.bz2 http://sourceforge.get/projects/boost/files/boost/${BOOST_VER}/boost_${BOOST_VERSION}.tar.bz2/download
+ wget -O boost_${BOOST_VERSION}.tar.bz2 http://sourceforge.net/projects/boost/files/boost/${BOOST_VER}/boost_${BOOST_VERSION}.tar.bz2/download
6
tar jxf boost_${BOOST_VERSION}.tar.bz2
7
cd boost_${BOOST_VERSION}
8
./bootstrap.sh --with-toolset=$TOOLSET --prefix=${HOME}/${CC}-boost_${BOOST_VERSION}
0 commit comments