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 12:33:06] 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** | + | **XXX** |
- | + | ||
- | **XXX** it still installs DLLs. WTF? | + |