Ubuntu下编译最新boost1.39.0或1.35.0
首先下载boost 1.39.0.zip
然后解压文件
使用ssh传到Ubuntu上
将解压好的boost库,拷贝到/opt下
使用Linux的命令cp -a -r /home/server/boost /opt
然后编译boost下的jam
cd boost/tools/jam/
执行./build_dist.sh
//编译的jam文件在bin.linuxx86下
1.39.0
第一步:
./bootstrap.sh
第二步:
./bjam -install --build-dir=C:\Cpp\target toolset=gcc --build-type=complete stage
bjam -sTOOLS=gcc --with-asio install
然后使用命令编译boost库
./bjam "-sBUILD debug release" --without-python
在Ubuntu下编译成功
cmake .
make
相关推荐
mcvsyy 2020-06-27
cyhgogogo 2020-01-02
ice00 2011-06-24
zhangpan 2019-09-06
leeknives 2019-03-20
晓杰0 2019-06-28
chanai 2012-07-06
zhoujk00 2013-02-20
liuhangtiant 2012-12-18
achiverhai 2016-04-15
wangpanyang 2015-12-28
yogoma 2019-02-27
xjd0 2015-08-30
TJaney 2015-08-14
86622317 2011-08-23
xinyupan 2011-04-19
NoobZhou 2010-03-26
iOampDagWatu 2010-03-26