vs2015編譯boost 64位


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

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

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

step 3:

  全部編譯的命令行: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-libraries

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

 

---恢復內容結束---


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM