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
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.