$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] using boost build outside of boost tree
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-05-13 13:37:48
AMDG
On 05/13/2012 11:27 AM, Robert Ramey wrote:
> Is it possible to use boost build on projects which are not part of the
> boost tree.
>
Yes.
> If so, what kind of setup has to be done to accomplish this.
>
a) Install Boost.Build
cd tools/build/v2
bootstrap.bat
./b2 --prefix=PREFIX install
b) (Optional) add PREFIX/bin to your PATH
Alternately, you can create a file
called boost-build.jam in the root
directory of your project that contains
boost-build path/to/boost-root/tools/build/v2 ;
Then you can just use b2.
In Christ,
Steven Watanabe