提交 09312de7 编写于 作者: S Serg Metelin

Bugfixing for build.sh

上级 60b0a91e
......@@ -15,7 +15,7 @@ if [ $ARCH == "ubuntu" ]; then
# install boost
cd ${TEMP_DIR}
wget -c 'https://sourceforge.net/projects/boost/files/boost/1.64.0/boost_1_64_0.tar.bz2/download' -O boost_1.64.0.tar.bz2
tar xvf boost_1.64.0.tar.bz2 /tmp
tar xvf boost_1.64.0.tar.bz2
cd boost_1_64_0/
./bootstrap.sh
./b2 install --prefix=/usr
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册