|
Boost : |
From: Dennis Luehring (dl.soluz_at_[hidden])
Date: 2024-07-09 09:31:55
my system Windows 10 x64, VS2022 10.7.3
Download:
https://archives.boost.io/release/1.85.0/source/boost_1_85_0.7z
unpack zip to boost_1_85_0
in console:
cd boost_1_85_0
bootstrap.bat
b2 -j%NUMBER_OF_PROCESSORS% toolset=msvc-14.3 address-model=64
--stagedir=.\lib64-msvc-14.3 --build-dir=.\__build --build-type=complete
threading=multi architecture=x86 stage --with-date_time --with-graph
--with-nowide --with-test --width-config --with-system --with-filesystem
--with-serialization --with-locale --with-log
result - lib64-msvc-14.3\lib\cmake gets created - but no libs
that is my default build style up to 1.84
the output of bootstrap.bat
the output of b2 run
it seems that all libs are ignored someway
any idea?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk