Step
1. ./bootstrap.sh
2. ./b2 install
Possible error
libs/iostreams/src/bzip2.cpp:20:56: error: bzlib.h: No such file or directory
libs/iostreams/src/bzip2.cpp:31: error: ‘BZ_OK’ was not declared in this scope
Solution:
[root@localhost boost_1_55_0]# yum install bzip2-devel
yum install package below:
zlib-devel
libbz2-devel
python-devel (and python3-devel)