Compiling specific modules
Dear Friends, 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? Thanks, Samuel
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.
Use --with or --without: --with-system --with-thread --with-date_time --with-regex
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
participants (3)
-
Igor R
-
Sam Miller
-
Samuel Williams