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-02-11 18:20:41] dages |
diana:windows:building:boost [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 21: | Line 21: | ||
===== Main libraries ===== | ===== Main libraries ===== | ||
- | Download the main Boost libraries from http:// | + | Download the main Boost libraries from http:// |
- | + | ||
- | $ tar zxvf boost/ | + | |
Let's see what we've got: | Let's see what we've got: | ||
Line 55: | Line 53: | ||
$ bjam toolset=gcc variant=release link=shared threading=multi \ | $ bjam toolset=gcc variant=release link=shared threading=multi \ | ||
- | | + | |
| | ||
| | ||
Line 63: | Line 61: | ||
$ bjam toolset=gcc variant=release link=shared threading=multi \ | $ bjam toolset=gcc variant=release link=shared threading=multi \ | ||
- | | + | |
| | ||
| | ||
| | ||
+ | $ cp LICENSE_1_0.txt / | ||
+ | **XXX** can't get static linking to work |