簡體   English   中英

無法在 windows 中安裝 c++ 的升壓庫

[英]not able to install boost library for c++ in windows

我正在嘗試在 windows 中安裝 c++ 的 boost 庫。 我正在使用 GCC 編譯器。 我在互聯網上搜索了它,但到處都給出了在 Visual Studio 中唯一安裝的 boost 庫。 我在 go 的某個地方找到了 boost/tools/build 然后運行 bootstrap.sh,但顯示以下錯誤:

C:\Program Files\boost_1_73_0\tools\build>bootstrap.sh The system cannot execute the specified program.

我應該如何解決這個問題?

https://www.boost.org/doc/libs/1_73_0/more/getting_started/windows.html#install-boost-build

這是在 windows 上安裝升壓的說明。 您要打開的文件是 shell 腳本(可能取自 Linux 指令),通常不應在 Windows 上調用。 請改用 bootstrap.bat。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM