I have a set of codes that use a lot of Boost
tool. I then want to release the source code
for public.
Is there a way I can make port Boost in my code
so that when people want to build/compile my code
they don't need to have Boost install in there
computer?
Some libraries are implemented inline, so it's enough to include them. For the others, it's usually easier to just tell them to install the libraries.
In the case of Windows, you can also distribute the compiled static libraries.
Uh... Actually, no. I remember reading that in some document or reference, but I don't remember reading about any examples.
It's probably the smaller ones, though.