boost 編譯 thread asio 等庫

2021-05-24 15:21:31 字數 339 閱讀 4721

2. 將bjam.exe放在c:/boost_1_46_1目錄下

3. 編譯thread庫:  bjam.exe stage --with-thread toolset=msvc runtime-link=static

編譯asio庫    :  bjam.exe stage --with-system toolset=msvc runtime-link=static

4. 上述的方式在xp+vc2005下編譯regex庫會失敗, 改用如下方法可以編譯成功:

a. 進入libs/regex/build目錄

b. 執行vcvars32.bat

c. nmake vc8.mak

boost 編譯選項

執行bootstrap.bat,生成bjam.exe 新建build.bat bjam toolset msvc 8.0 address model 64 1.完全編譯安裝 bjam toolset msvc install 完成後會生成乙個bin.v2編譯時的臨時目錄,手動刪除。生成另乙個目錄c ...

boost 編譯 安裝

2.解壓到合適目錄,我是在d boost 1 47 0。3.開啟使用boost的vs版本的visual studio 命令提示。我用的是 2010 4.在命令提示中進入cd d boost 1 47 0 tools build v2 5.執行bootstrap.bat 等待片刻。6.將第5步在v2目...

boost編譯使用

2.我放在d cpp目錄下 解壓到當前資料夾 3.開啟vs2010 vs tools vs命令提示 4.cd d cpp boost 1 46 1 5.輸入bootstrap,便生成bjam.exe檔案 6 bjam toolset msvc 10.0 build type complete 完全編...