Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:boost [2010-03-09 13:50:22] dages |
diana:windows:building:boost [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 52: | Line 52: | ||
If you do, though, you will get warnings about several components due to missing compiler features (e.g. '' | If you do, though, you will get warnings about several components due to missing compiler features (e.g. '' | ||
- | $ bjam toolset=gcc variant=release threading=multi \ | + | $ bjam toolset=gcc variant=release |
| | ||
| | ||
Line 60: | Line 60: | ||
To install the result, run the exact same command, but with '' | To install the result, run the exact same command, but with '' | ||
- | $ bjam toolset=gcc variant=release threading=multi \ | + | $ bjam toolset=gcc variant=release |
| | ||
| | ||
| | ||
| | ||
+ | $ cp LICENSE_1_0.txt / | ||
**XXX** can't get static linking to work | **XXX** can't get static linking to work |