打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
VS2015编译boost1.58 Linux平台编译

Window平台

打开Developer Command Prompt for VS2015命令行窗口

切换到boost目录下面执行bootstrap

然后

全部编译的命令行:bjam --toolset=msvc-14.0 --build-type=complete stage
部分编译的命令行:bjam --toolset=msvc-14.0 --with-date_time --with-thread
编译成64位的命令:bjam --toolset=msvc-14.0 address-model=64 --build-type=complete stage 
查看需要编译库的命令行:bjam --show-libraries

=====================================================

linux

这个是boost以前版本编译的步骤,应该是一样的。


Installation of ICU
 Install ICU by running the following commands:


cd source &&
CXX=g++ ./configure --prefix=/usr &&
make


To test the results, issue: make check.
Now, as the root user:
make install


boost 
./bootstrap.sh
 ./b2
 sudo ./b2  install

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Windows 7(64位)下通过vs2010完整安装boost 1.46.1(32位/6...
编译boost (boost_1_49_0)
bjam参数
boost 编译选项
Windows VC6编译安装Boost库|WindowsXP,VC6.0,编译,安装,B...
window vs编译并使用Boost库
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服