首頁  >  文章  >  後端開發  >  如何在Windows 7上完成Boost_1_60_0安裝?

如何在Windows 7上完成Boost_1_60_0安裝?

Patricia Arquette
Patricia Arquette原創
2024-11-04 15:00:151004瀏覽

How to Complete the Boost_1_60_0 Installation on Windows 7?

在 Windows 上安裝 boost_1_60_0.zip

您在按照一些步驟在 Windows 7 上安裝 boost_1_60_0 後遇到了困難。本文旨在提供進一步的指導並澄清剩餘的問題安裝過程所需的步驟。

後續步驟:

由於您已經成功執行了初始步驟,因此您需要繼續執行以下操作:

  1. 建立一個BOOSt_ROOT環境變量,指向boost 目錄的位置(例如C:boost_1_60_0)。建議其他應用程式正確引用。
  2. 根據您所需的建置類型,選擇以下b2 命令之一併在命令提示字元中執行它:

    • 對於靜態庫:

      b2 -j8 toolset=msvc-14.0 address-model=64 architecture=x86 link=static threading=multi runtime-link=shared --build-type=complete stage
      2>&1 | tee msvc_static_build.txt
    • 對於動態執行緒庫:

      b2 -j8 toolset=msvc-14.0 address-model=64 architecture=x86 link=shared threading=multi runtime-link=shared --with-thread --build-type=minimal stage
      2>&1 | tee msvc_thread_build.txt
    • b2 -j8 toolset=msvc-14.0 address-model=64 architecture=x86 link=shared threading=multi runtime-link=shared --build-type=complete stage
      2>&1 | tee msvc_dynamic_build.txt
記得將「msvc-14.0」替換為正確的Visual Studio如有必要,工具集版本。

以上是如何在Windows 7上完成Boost_1_60_0安裝?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn