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-08 14:09:37] 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 link=static | + | $ bjam toolset=gcc variant=release link=shared |
| | ||
| | ||
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 link=static | + | $ bjam toolset=gcc variant=release link=shared |
| | ||
| | ||
| | ||
| | ||
+ | $ cp LICENSE_1_0.txt / | ||
+ | **XXX** can't get static linking to work |