Build Boost 1.75.0 by bootstrap.bat using MinGW
Open
- Dominant language
- HTML
- Stars
- 8.6k
- Forks
- 1.9k
- Avg merge
- 39m
- Merged PRs (30d)
- 2
Description
In line 15, bootstrap.bat
`call .\build.bat`
make some small changes as below
`call .\build.bat %1`
Now you can just compile b2.exe in PowerShell like below
`.\bootstrap.bat gcc`
and build & install Boost
`.\b2.exe --prefix=`
Enjoy! Please let me know if there are any hidden problems here!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.