$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-04-23 05:05:00
> Is there a less process with fewer manual steps?
You bet there is, if you don't want to do a full install, then do a:
bjam stage
and all the lib's get copied to:
boost-root/stage/lib
So you only have one lib search path then :-)
John.