$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: William E. Kempf (williamkempf_at_[hidden])
Date: 2002-05-02 12:33:14
----- Original Message -----
From: "Noel Yap" <yap_noel_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Thursday, May 02, 2002 12:20 PM
Subject: Re: [boost] Re: boost organization and installation
> Perhaps I should step back some. Due to configuration
> management and quality assurance reasons, I want to be
> able to build (if necessary) and install _easily_ (eg
> by running not more than three scripts) pieces of
> Boost. This would include the header files, libraries
> (if any), and any documentation for that component and
> that component alone. How can I do this?
Currently, Boost has no installation process. That's something big on the
to do list. As for the rest, I answered that in a previous post. Instead
of running Jam on the root Jamfile, run it on the individual library
Jamfiles. Creating a script to build only the libraries you want should be
trivial with this knowledge.
Bill Kempf