..
编译Boost
boost库编译
- 下载1
wget http://sourceforge.net/projects/boost/files/boost/1.65.0/boost_1_65_0.tar.gz
- 编译
cd /your path /boost_1_65_0/
./bootstrap.sh --prefix=/you path boost/boost_1_65_0/
./bjam --layout=versioned --buid_type=complete --toolset=gcc install
./b2
./b2 install
- 结果
stage -> 所有编译好的静态库
include -> 头文件所在地
要使用的时候,就可以直接引用了, 当然也可以设置环境变量,随意。