Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-03-03 01:02:04


Author: turkanis
Date: 2008-03-03 01:02:03 EST (Mon, 03 Mar 2008)
New Revision: 43456
URL: http://svn.boost.org/trac/boost/changeset/43456

Log:
added hyperlink to regression reports
Text files modified:
   branches/iostreams_dev/libs/iostreams/doc/installation.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/doc/installation.html
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/installation.html (original)
+++ branches/iostreams_dev/libs/iostreams/doc/installation.html 2008-03-03 01:02:03 EST (Mon, 03 Mar 2008)
@@ -76,7 +76,7 @@
 <H2>Building with Boost.Build</H2>
 
 <P>
- To build with Boost.Build, run <I>bjam</I> from the directory <CODE>libs/iostreams/build</CODE>, or from the Boost root directory. If you want to use the compression filters, you may need to set several Boost.Build variables indicating where the source files or pre-built binaries are located. These variables are summarized in the following table.
+ To build with Boost.Build, run <I>bjam</I> from the directory <CODE>libs/iostreams/build</CODE>, or from the Boost root directory. If you want to use the compression filters, you may need to set several Boost.Build variables indicating where the source files or pre-built binaries are located. These variables are summarized in the following table.
 </P>
 <P>
     On most UNIX systems, it should not be necessary to set any of these variables, since the zlib and libbz2 headers and binaries are already installed in locations where they will be found automatically. On Windows, the zlib and bzip2 filters are disabled by default; to enable support for these filters, you will need to set variables indicating the location of the source files, if building from the source, or the location of the headers and binaries, if using pre-built binaries.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk