Skip to content

Commit a4ab5c0

Browse files
authored
Update install_boost.bash
1 parent 5bd2128 commit a4ab5c0

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

scripts/install_boost.bash

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,8 @@ tar -xf boost_$BOOST_VERSION_DASH.tar.gz
1717
cd boost_$BOOST_VERSION_DASH
1818
sh bootstrap.sh
1919

20-
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG \
21-
--with-json \
22-
--with-thread \
23-
--with-headers \
24-
--with-coroutine \
25-
--with-iostreams \
26-
--with-system \
27-
--with-regex \
28-
--with-system \
29-
--with-serialization \
30-
--with-program_options \
31-
--with-exception \
32-
--with-contract \
33-
--with-container \
34-
--with-context \
35-
--with-chrono \
36-
--with-locale \
37-
--with-thread \
38-
--with-test \
39-
--with-timer \
40-
--with-random \
41-
--with-charconv \
42-
--with-fiber \
43-
--with-atomic \
44-
--with-filesystem \
45-
--with-date_time \
46-
--with-url
20+
./b2 install $BOOST_VARIANT variant=$BOOST_VARIANT debug-symbols=$DEBUG
4721

4822
cd ..
4923
rm boost_$BOOST_VERSION_DASH -rf
50-
rm boost_$BOOST_VERSION_DASH.tar.gz
24+
rm boost_$BOOST_VERSION_DASH.tar.gz

0 commit comments

Comments
 (0)