2 Oct
2017
2 Oct
'17
2:18 a.m.
On 2/10/2017 10:54, Adam Nielsen wrote:
I'm in the process of trying to remove the Boost dependency from my project, as it is causing too many difficulties for non-developers trying to run my code.
This should just be a matter of providing the corresponding binary dependencies along with the executable file when you make a release. To decrease the binary dependencies you can link Boost statically rather than dynamically. (If you're talking about issues with compiling your code, then you shouldn't be expecting non-developers to compile your code in the first place. That's what release zips/packages are for.)