|
Boost-Build : |
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-08-12 13:50:17
Weining Hao wrote:
> Hi,
>
> Thanks, the file boost-build.jam works. Then still the
> file "project-root.jam" is needed to directs the
> BOOST_ROOT.
Do you have Jamroot file?
> To containing all my files in my project, I also tried
> to put the "project-root.jam" just in the project
> directory /home/hnn/t1 but not /home/, and now it also
> worked. Are both okay?
You don't need project-root in BBv2. Name your root jamfile as Jamroot.
So if you have all your projects right in your ~hnn and not in
~hnn/projects/ for t1 project you need the following:
/home/hnn/boost-build.jam
/home/hnn/t1/Jamroot
These files should be enough. Just like in BBv2 examples. Look at
example/boost-build.jam and example/hello/Jamroot.
Andrey
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