【VS開發】【C/C++開發】vs2015編譯boost 64位

vs2015編譯boost 64位

---恢復內容開始---css

step 1: 打開Developer Command Prompt for VS2015命令行窗口html

step 2: 執行bootstrap.bat,產生bjam.exebootstrap

step 3:post

  所有編譯的命令行:bjam --toolset=msvc-14.0 --build-type=complete stage
  部分編譯的命令行:bjam --toolset=msvc-14.0 --with-date_time --with-thread
  編譯成64位的命令:bjam --toolset=msvc-14.0 address-model=64 --build-type=complete stage 
  查看須要編譯庫的命令行:bjam --show-librariesui

     bjam --toolset=msvc-14.0 address-model=64 --with-date_time --with-thread  --with-chrono  link=static runtime-link=static --stagedir="./bin/vs15_64" releaseurl

相關文章
相關標籤/搜索