|
Boost-Build : |
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-11-30 04:30:02
> I have a boost.build (version 2) project that builds my executable
> correctly. I would like to be able to invoke the build outside the
> project's directory. What steps are required to configure bjam to perform
> this task?
I usually use the following to build my projects:
%BOOST_ROOT%\bjam --v2 -d0 ..
(note the two dots at the end - they are the relative path from the
current directory to Jamfile.v2)
-- Bojan Resnik
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