mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
8 lines
231 B
Bash
Executable File
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"
|