Including Relevant Boost Libraries with C++ Source (Using Visual Studio)

前端 未结 6 899
感动是毒
感动是毒 2021-01-05 15:09

I have a project I\'m working on (for school) that I\'m digging into the Boost libraries for the solutions. I need some way to distribute the required Boost source code with

6条回答
  •  滥情空心
    2021-01-05 15:44

    This seems a bit odd to me. If you are distributing source code, then the people you are distributing to should be able to install boost. Then if they already have boost, there is no duplication and confusion, or if they do not and you need a built library, they will build the correct library for their system. If the people you are distributing are not up to installing boost, then I would suggest distributing binaries in an install package to make it as easy as possible for them.

提交回复
热议问题