linux环境boost库完全编译

2017-03-01  本文已影响0人  yandaren
wget https://netix.dl.sourceforge.net/project/boost/boost/1.63.0/boost_1_63_0.tar.gz
tar zxf boost_1_63_0.tar.gz
cd boost_1_63_0
./bootstrap.sh --prefix="your install path "
./bjam --layout=versioned --buid_type=complete --toolset=gcc install

命令执行: source /etc/profile.d/boost.sh ,以后在编译程序的时候,只需要加上 :-I$BOOST_INCLUDE - L$BOOST_LIB

yum install  bzip2-devel yum install python-devel

(转自我另一个博客 boost库编译 )

上一篇下一篇

猜你喜欢

热点阅读