Boost libraries - build only what I need

前端 未结 6 696
囚心锁ツ
囚心锁ツ 2020-12-22 23:54

I downloaded the Boost libraries and now I want to build only a few of the libraries. What would be the right command for this? Apparently the built-type=complete option giv

6条回答
  •  甜味超标
    2020-12-23 00:17

    These answers didn't work for me. On Windows, this worked for me:

    b2.exe -with-LIBRARY
    

    For example,

    b2.exe -with-test
    

提交回复
热议问题