Supress boost output

release/4.3a0
Yashas Ambati 2025-04-16 12:35:10 -04:00
parent 2d04357952
commit 0db2a0d16b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [ "$(uname)" == "Linux" ]; then
tar -xzf boost_1_87_0.tar.gz tar -xzf boost_1_87_0.tar.gz
cd boost_1_87_0 cd boost_1_87_0
./bootstrap.sh --prefix=/opt/boost ./bootstrap.sh --prefix=/opt/boost
./b2 install --prefix=/opt/boost --with=all ./b2 install --prefix=/opt/boost --with=all -d0
cd .. cd ..
elif [ "$(uname)" == "Darwin" ]; then elif [ "$(uname)" == "Darwin" ]; then
brew install wget cmake boost doxygen brew install wget cmake boost doxygen