Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-21 10:37:11


David Abrahams wrote:

>> Presumably, the "no toolsets are configured" warning occurs because
>> vc-8_0-tools.jam does not exist under tools/build/v2.
>
> No, it's because you haven't set up user-config.jam or site-config.jam
> as described in http://tinyurl.com/6tsog
>
>> Please will you let me know exactly what steps are required to build
>> with Boost.Build v2.
>
> Unfortunately, I'm not 100% sure what's needed; Volodya, can you help
> out?

For Linux:

1. Add "using gcc ; " to user-config.jam
2. Go to boost root and run
 
     bjam install

or

     bjam --with-thread install

In fact, except for differences in specifying the toolset
(see
http://boost.org/boost-build2/doc/html/bbv2/advanced/differences_to_v1.html#bbv2.advanced.differences_to_v1.build_process)

the command line is the same as for V1:

http://boost.org/more/getting_started.html#step5

HTH,
Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net