Opened 13 years ago
Closed 12 years ago
#3433 closed Bugs (fixed)
getting started guide: incorrect bootstrap.sh argument syntax
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | Getting Started Guide |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In more/getting_started/unix-variants.html there are three references to --with-<library-name> and --without-<library-name>. These should be replaced with --with-libraries=<library-list>.
Change History (3)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This change is incorrect, as it is describing bjam usage. bjam uses --with-<library>, not --with-libraries=<libraries>.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [62624]) Changed references to --with-* and --without-* to --with-libraries; fixes #3433