User forums > Using Code::Blocks

How can I build Boost C++?

(1/2) > >>

vgmtech:
How can I build Boost C++, With the toolkit?

Urxae:
Well, the Getting Started page of the Boost website would be a good place to, well, get started ;).
This isn't really a Code::Blocks issue though.

thomas:
Building BOOST inside Code::Blocks is not supported out-of-the-box. You would need to make a project and add all the required files yourself.

To build the package, you first have to compile bjam (found in tools\build\). Then you can build BOOST using bjam, which is the "correct" way of doing it. Other ways are of course correct, too, but they aren't supported out-of-the-box, so they require a lot more work.

Urxae:

--- Quote from: thomas on November 12, 2005, 01:21:25 pm ---To build the package, you first have to compile bjam (found in tools\build\).

--- End quote ---

Or just download a prebuilt executable here.

takeshimiya:
I haven't tried, but you could use the DevPak plugin to get Boost 1.31 already compiled, from the category C++ Libraries.

Navigation

[0] Message Index

[#] Next page

Go to full version