speed up boost install
parent
f405e89b2f
commit
f23f29d1ef
|
@ -9,10 +9,10 @@ tar -zxf ${BOOST_FOLDER}.tar.gz
|
||||||
|
|
||||||
# Bootstrap
|
# Bootstrap
|
||||||
cd ${BOOST_FOLDER}/
|
cd ${BOOST_FOLDER}/
|
||||||
./bootstrap.sh
|
./bootstrap.sh --with-libraries=serialization,filesystem,thread,system,atomic,date_time,timer,chrono,program_options,regex
|
||||||
|
|
||||||
# Build and install
|
# Build and install
|
||||||
sudo ./b2 install
|
sudo ./b2 -j$(nproc) install
|
||||||
|
|
||||||
# Rebuild ld cache
|
# Rebuild ld cache
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
|
Loading…
Reference in New Issue