Build Boost 1.75.0 by bootstrap.bat using MinGW
Abierto
- Lenguaje dominante
- HTML
- Estrellas
- 8.6k
- Forks
- 1.9k
- Merge medio
- 39 min
- PR fusionados (30 d)
- 2
Descripción
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!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.