简体   繁体   中英

not able to install boost library for c++ in windows

I am trying to install boost library for c++ in windows. I am using a GCC compiler. I searched for it on the internet but everywhere the only installation of boost library in visual studio is given. I found somewhere to go to boost/tools/build and then to run bootstrap.sh, but the following error is being shown:

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

How should I resolve this issue?

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

here is instruction to install boost on windows. File you want to open is shell script (probably taken from Linux instructions), which generally should not be called on Windows. Use bootstrap.bat instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM