|
Boost-Build : |
Subject: [Boost-build] Improved Boost.Build install
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-07-20 04:06:00
Hi,
I've committed a set of patches that make is *much* easier to install Boost.Build itself.
Now, given a source tree, one should do:
- ./bootstrap.sh [or .\bootstrap.bat]
- ./bjam --prefix=PREFIX install
and that's it. When one runs PREFIX/bin/bjam, it will automatically look for the
rest of Boost.Build in PREFIX/share/boost-build, so there's no need to set
BOOST_BUILD_PATH, or boost-build.jam, or anything else.
Comments appreciated.
Thanks,
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build: http://boost.org/boost-build2
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