Reputation: 28121
I wrote an app which uses Boost
. The compiled and linked binary executable program is small, but I want to distribute the source code(it's a FOSS).
Because the Boost
itself is very large, I can't distribute my app with it. I want the users to download/build Boost
themselves. The problem is:
Boost
have been installed on user's machine and where it is?Boost
, where should I have he put the parameters?Of course the Boost
above can be replaced with any other library.
Upvotes: 1
Views: 64