---恢复内容开始---

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

---恢复内容开始---

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

相关文章:

  • 2022-01-19
  • 2021-06-24
  • 2021-09-10
  • 2022-01-04
  • 2021-09-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案