mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Do not show 'b2 headers' help from a release; the headers are already in boost/
This commit is contained in:
parent
bf602aede5
commit
73410010da
1 changed files with 4 additions and 0 deletions
|
@ -68,10 +68,14 @@ ECHO Bootstrapping is done. To build, run:
|
|||
ECHO.
|
||||
ECHO .\b2
|
||||
ECHO.
|
||||
|
||||
IF EXIST libs\config\include (
|
||||
ECHO. To generate header files, run:
|
||||
ECHO.
|
||||
ECHO. .\b2 headers
|
||||
ECHO.
|
||||
)
|
||||
|
||||
ECHO To adjust configuration, edit 'project-config.jam'.
|
||||
ECHO Further information:
|
||||
ECHO.
|
||||
|
|
Loading…
Add table
Reference in a new issue