Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-26 03:43:57


Hi Yagmur,

> my project includes various targets : static libs, dlls and
> executables. There may be also dependencies between the generated
> targets. I also make use of external libraries, ACE, boost etc. I
> plan to make msvc, gcc and como compilations.
>
> How and where should I start? Any examples, suggestions etc? Where
> should all the compiler and OS dependent staff go?

To begin with, what version of Boost.Build are you planning to use?
If you have #include dependencies between generated sources, then you have no
choice but using V2, since I don't think V1 ever supported this. The downside
of using V2 for your project is that como is not yet support so some effort
must be spend on getting it working (I think not very much effort).

For V2, the tutorial gives a bunch of examples to help you get started. There
are also examples in tools/v2/example directory of Boost.

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk