From: David B. Held (dheld_at_[hidden])
Date: 2002-05-02 12:42:26


"Noel Yap" <yap_noel_at_[hidden]> wrote in message
news:20020502172033.34503.qmail_at_web21406.mail.yahoo.com...
> [...]
> 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?

Hmm...do you want to use any libraries that must actually
be built? If not, it seems trivial to just write a script that
copies the headers to your system include directory and
installs documentation in an appropriate place.

Dave