$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] boost 1.56 where is 'tools/build/v2' ?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2014-08-20 03:44:29
On 08/19/2014 02:21 PM, avib369 . wrote:
> Looking at boost 1.56 online documentation, it refers to 'tools/build/v2'
> but this location does not exist ?
It is now tools/build.
> Is there any up to date online documentation that describes the boost 1.56 build changes ?
I'll see whether I can change that path in docs - it's not Boost.Build docs, but the
getting started guide apparently.
The standard procedure:
./bootstrap.sh
./b2 <options>
works just the same. Why do you need to know the location of Boost.Build?
- Volodya