$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dennis Luehring (dl.soluz_at_[hidden])
Date: 2025-04-10 18:34:10
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