boostorg / boostorg/boost

Build Boost 1.75.0 by bootstrap.bat using MinGW

Open
#491 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.