Trying to build Boost: I cannot get bjam

前端 未结 2 1638
栀梦
栀梦 2021-02-14 08:39

I would like to build boost using two different compilers, MinGW and Visual C++ 2010 Express, using bjam:

bjam toolset=gcc,msvc variant=release link=static,share         


        
2条回答
  •  说谎
    说谎 (楼主)
    2021-02-14 08:48

    There is a bootstrap.bat in your boost directory. Run it.

    It will build bjam automatically (probably using visual c++).

提交回复
热议问题