文章目录
网站
https://www.boost.org/
build
- ./bootstrap.sh --without-icu (unicode/ICU support)
- ./b2 cflags=-m32 cxxflags=-m32 --with-atomic --with-program_options --with-serialization --with-thread --with-system --with-filesystem --with-date_time --with-test --with-regex stage /// 32 bit
./b2 --with-atomic --with-program_options --with-serialization --with-thread --with-system --with-filesystem --with-date_time --with-test --with-regex stage - ./b2 --prefix=
--libdir= --with-atomic --with-program_options --with-serialization --with-thread --with-system --with-filesystem --with-date_time --with-test --with-regex install - .