26 Apr
2010
26 Apr
'10
2:53 a.m.
Samuel Williams
I'm sorry if this is a stupid question... however, I want to compile boost but only specific parts of it. Is this possible?
I'm already using --build-type=minimal - but I want to compile libraries for exactly what I'm using so it doesn't take so long for cross platform compilation.
Is there some documentation somewhere?
http://www.boost.org/doc/libs/1_42_0/more/getting_started/unix-variants.html see the help text for bootstrap.sh, there's a --with-libraries argument that should help you. Sam