windows 10 上源碼編譯boost 1.66.0 | compile boost 1.66.0 from source on windows 10

本文首發於我的博客kezunlin.me/post/854071…,歡迎閱讀!bootstrap

compile boost 1.66.0 from source on windows 10ubuntu

Series

Guide

download

wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost166_0.zipunzip boost166_0.zipwindows

compile

cd boost166_0less

./bootstrap.bat 複製代碼
./b2 --help複製代碼
./b2 --clean複製代碼
./b2 -j8 toolset=msvc-14.0 address-model=64 architecture=x86 link=static threading=multi runtime-link=shared --build-type=minimal stage --stagedir=stage/x64 debug release複製代碼
#./b2 -j8 toolset=msvc-14.0 address-model=32 architecture=x86 link=static threading=multi runtime-link=shared --build-type=minimal stage --stagedir=stage/win32 debug release
複製代碼

Reference

History

  • 20180301: created.

Copyright

相關文章
相關標籤/搜索