简体   繁体   English

使用Code :: Blocks构建Boost库

[英]Building boost libraries with Code::Blocks

Is there a way to build boost libraries without having Visual Studio installed? 有没有在没有安装Visual Studio的情况下构建Boost库的方法? I tried to follow installation on: http://www.boost.org/doc/libs/1_51_0/more/getting_started/windows.html and while in command prompt I've typed bootstrap.bat, I'm getting: 我尝试按照以下网址进行安装: http : //www.boost.org/doc/libs/1_51_0/more/getting_started/windows.html ,在命令提示符下键入bootstrap.bat时,我得到了:

在此处输入图片说明

AFAIC cl is a VS compiler, but I do not have VS installed nor do I want to have it. AFAIC cl是VS编译器,但我没有安装VS,也不想安装它。 I'm using Code::Blocks and GCC 4.7.1 and I want to build this library for this toolset, not for VS. 我正在使用Code :: Blocks和GCC 4.7.1,并且我想为此工具集而不是VS构建该库。 Anyone? 任何人?

From A beginner's quick reference for setting up Boost with Code::Blocks in Windows : 来自初学者的快速参考,有关在Windows中使用Code :: Blocks设置Boost的信息

Bootstrap.bat assumes you are using msvc compiler, to use Gcc, type Bootstrap.bat假设您正在使用msvc编译器,要使用Gcc,请键入

bootstrap.bat gcc bootstrap.bat gcc

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

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