Extracting BOOST header only libraries
Hi, I would like to extract the header only libraries of BOOST for internal use. Though I would like to build and install complete BOOST, I will have to integrate that into our build system. Due to lack of time, I would just like to pull subset of BOOST that does not require any build (exclude regex, system, filesyste...). It there a simple way to do it. with best regards, dhruva -- Contents reflect my personal views only!
AMDG dhruva wrote:
I would like to extract the header only libraries of BOOST for internal use. Though I would like to build and install complete BOOST, I will have to integrate that into our build system. Due to lack of time, I would just like to pull subset of BOOST that does not require any build (exclude regex, system, filesyste...). It there a simple way to do it.
Is there a particular reason that you can't just install all the headers and just ignore the libraries that need to be built? In Christ, Steven Watanabe
participants (2)
-
dhruva
-
Steven Watanabe