$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] How to make tests building faster?
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-02-10 05:45:51
> The only minor hassle is to make bjam/b2 executables visible findable
> in the PATH
> or one has to locate them using relative/absolute paths.
If you use bash, then you could do as I do, which is set an alias in
.bash.rc that points "bjam" to the actual exectuable - that way when I
rebuild bjam I don't need to copy or install it anywhere, because the alias
already points to the build location.
HTH, John.