最終更新:2024-02-27 (火) 16:02:58 (286d)
Boost/ビルド
Getting Started
Windows
Linux
- https://www.boost.org/doc/libs/1_84_0/more/getting_started/unix-variants.html
cd path/to/boost_1_82_0
- bootstrap.sh
- ビルド
./b2 install
B2 (Boost.Build?)
- a high-level build system which makes it as easy as possible to manage C++ projects.
- B2 makes it easy to build C++ projects, everywhere.