How to build boost required modules only?

后端 未结 1 1014
鱼传尺愫
鱼传尺愫 2021-02-02 11:47

I just started compiling boost C++ libraries. With the following commands I issued it is building whole of the boost libraries, which is time consuming, and is not necessary for

1条回答
  •  猫巷女王i
    2021-02-02 12:27

    b2.exe --help outputs the following.

    --show-libraries Displays the list of Boost libraries that require build and installation steps, then exit.

    --with- Build and install the specified If this option is used, only libraries specified using this option will be built.

    Also is possible to use the -jX option to compile BOOST in X processes in parallel.

    0 讨论(0)
提交回复
热议问题