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:17:27] dages |
diana:windows:building:boost [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
Get the source tarball from http:// | Get the source tarball from http:// | ||
- | $ tar zxf boost-jam-3.1.17.tgz | ||
- | $ cd boost-jam-3.1.17 | ||
$ sh ./build.sh | $ sh ./build.sh | ||
$ cp bin.ntx86/ | $ cp bin.ntx86/ | ||
Line 23: | 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 57: | Line 53: | ||
$ bjam toolset=gcc variant=release link=shared threading=multi \ | $ bjam toolset=gcc variant=release link=shared threading=multi \ | ||
- | | + | |
| | ||
| | ||
Line 65: | 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 |