Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
下载boost
https://www.boost.org/users/download/
添加环境变量:
export BOOST_ROOT=/path/to/boost
export BOOST_INCLUDEDIR=/path/to/boost/include
激活环境变量:
source ~/.bashrc