$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-09 04:33:14
Hi Jim,
> I looked at how the Jamfile.v2 system works in Boost, and it seems
> that an install is accomplished with a good deal of manual
> scripting.
I'm afraid you'll have to copy some of that scripting. But in fact, you only
really need the part that grabs the '--prefix' command line option. The other
part of Boost Jamfile.v2 -- which gets the list of libraries to install, is
probably not needed for you.
> I also noticed there has been a flurry of posts recently
> about the stage rule being changed to the install rule.
> Unfortunately I do not know enough about BBv2 to really follow those
> posts.
It's just a textual "stage" -> "install" rename. The "install" rule won't get
any magic support for --prefix option, at least yet.
- Volodya