简体   繁体   English

如何使用Intel Compiler构建增强

[英]How to build boost using Intel Compiler

How i can build boost lib's for x86 platforms and plus Windows XP support using Intel Compiler 14? 如何使用Intel Compiler 14构建适用于x86平台以及Windows XP支持的boost lib? Also i have installed MSVC 2010/2013 on my PC 我也已经在PC上安装了MSVC 2010/2013

Boost it built by running bjam (or b2 , they are the same). 通过运行bjam (或b2 ,它们是相同的)来增强它的构建。 In your case you have to make sure you specify toolset=intel . 在您的情况下,必须确保指定toolset=intel For example, 例如,

c:\boost-dir> bootstrap.bat
c:\boost-dir> bjam install toolset=intel variant=debug link=static threading=multi runtime-link=static

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM