Commit 927a0814 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Python 2 is deprecated - we should use Python 3 instead

parent 27d36556
......@@ -2,7 +2,7 @@ all:
tar xf boost_1_70_0.tar.bz2
cd boost_1_70_0 && ./bootstrap.sh --prefix=/usr
cd boost_1_70_0 && ./b2 stage threading=multi link=shared
cd boost_1_70_0/tools/build/test && python test_all.py
cd boost_1_70_0/tools/build/test && python3 test_all.py
cd boost_1_70_0 && ./b2 install threading=multi link=shared
rm -rf boost_1_70_0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment