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-01-14 15:51:23] dages done and done |
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 56: | 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 --prefix=/opt/boost --build-dir=obj --layout=tagged \ | + | $ bjam toolset=gcc |
+ | --prefix=/c/met.no | ||
| | ||
- | | + | |
stage | stage | ||
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 --prefix=/opt/boost --build-dir=obj --layout=tagged \ | + | $ bjam toolset=gcc |
+ | --prefix=/c/met.no | ||
| | ||
- | | + | |
| | ||
+ | $ cp LICENSE_1_0.txt / | ||
+ | **XXX** can't get static linking to work |