Files
BMLFS/build-scripts/boost_1_67_0.build
2018-12-25 23:17:27 -06:00

8 lines
231 B
Bash
Executable File

#! /bin/bash
./bootstrap.sh --prefix=/usr --with-python=python3 &&
read -p "Compile?" &&
./b2 stage threading=multi link=shared -j2 &&
read -p "Install?" &&
sudo -S porg -lp boost-1.67.0 "./b2 install threading=multi link=shared"