
10 Feb
2012
10 Feb
'12
10:45 a.m.
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.