目录
摘要:
记录在centos下从源码编译boost库
boost地址:
https://github.com/boostorg/boost
git clone下载
git clone git@github.com:boostorg/boost.git
下载后没有依赖的模块, 需要执行
git submodule update --init
备份地址:
编译:
进入根目录, 执行
./bootstrap.sh
./b2
./b2 header
./b2 install