
10 Apr
2025
10 Apr
'25
6:34 p.m.
Am 10.04.2025 um 20:06 schrieb Christian Mazakas via Boost:
The other is to use the CMake build and do something like this:
cd boost-root mkdir _build cd _build cmake .. -DCMAKE_INSTALL_PREFIX=_install -DBOOST_INCLUDE_LIBRARIES="thread;asio" cmake --build . --target install -j12
i tried that git clone --recursive https://github.com/boostorg/boost.git git_boost cd git_boost mkdir _build cd _build cmake .. -DCMAKE_INSTALL_PREFIX=_install -DBOOST_INCLUDE_LIBRARIES="thread;asio" cmake --build . --target install -j16 got me 49MB and 5000 files - still big but better then my tests before