Boost logo

Boost-Commit :

From: lists.drrngrvy_at_[hidden]
Date: 2007-10-17 11:15:45


Author: drrngrvy
Date: 2007-10-17 11:15:44 EDT (Wed, 17 Oct 2007)
New Revision: 40121
URL: http://svn.boost.org/trac/boost/changeset/40121

Log:
Minor update to building.qbk, before reorganisation
Text files modified:
   sandbox/SOC/2007/cgi/libs/cgi/doc/src/building.qbk | 50 +++++++++++++++++++++++++--------------
   1 files changed, 32 insertions(+), 18 deletions(-)

Modified: sandbox/SOC/2007/cgi/libs/cgi/doc/src/building.qbk
==============================================================================
--- sandbox/SOC/2007/cgi/libs/cgi/doc/src/building.qbk (original)
+++ sandbox/SOC/2007/cgi/libs/cgi/doc/src/building.qbk 2007-10-17 11:15:44 EDT (Wed, 17 Oct 2007)
@@ -18,35 +18,49 @@
 ]
 
 [table What you need
- [[Element] [Optional?] [Instructions]]
   [
- [Boost.Jam - `bjam`]
- [No]
- [Download 'boost-jam' (precomiled versions are highly recommended) and make it accessible by putting it somewhere pointed to by your system's PATH.]
+ [Element]
+ [Optional?]
+ [Instructions]
   ]
   [
- [Boost.System]
- [No]
- [* Download the latest Boost distro, 'boost'.
+ [Boost.Jam - `bjam`]
+ [No]
+ [
+Download 'boost-jam' (precomiled versions are highly recommended) and make it accessible by putting it somewhere pointed to by your system's PATH.
+ ]
+ ]
+ [
+ [Boost.System]
+ [No]
+ [
+* Download the latest Boost distro, 'boost'.
 
- * Set the environment variable BOOST_ROOT on your system to the download location.
+* Set the environment variable BOOST_ROOT on your system to the download location.
 
- * Go to the directory BOOST_ROOT and invoke `bjam` (see above). This should finish without any fails.]
+* Go to the directory BOOST_ROOT and invoke `bjam` (see above). This should finish without any fails.
+ ]
   ]
   [
- [Documentation]
- [Yes]
- [These are built by going to the libs/cgi/doc directory and invoking `bjam` (see above). You can then read the docs by directing your browser to libs/cgi/index.html]
+ [Documentation]
+ [Yes]
+ [
+These are built by going to the libs/cgi/doc directory and invoking `bjam` (see above). You can then read the docs by directing your browser to libs/cgi/index.html
+ ]
   ]
   [
- [Unit tests]
- [Yes]
- [Tests can be run by going to the libs/cgi/test directory and invoking `bjam` (see above). Boost.CGI aims to be cross-platform, but not all platforms are available for testing. If any tests fail, problems can be reported to [link __reporting_problems__ here].]
+ [Unit tests]
+ [Yes]
+ [
+Tests can be run by going to the libs/cgi/test directory and invoking `bjam` (see above). Boost.CGI aims to be cross-platform, but not all platforms are available for testing. If any tests fail, problems can be reported to [link __reporting_problems__ here].
+ ]
   ]
   [
- [Examples]
- [Yes]
- [The examples are a useful guide to uses of the library. They are also useful for testing your server configuration. They can all be found in the lib/cgi/example directory. Invoking `bjam` in the example directory should build all examples whereas invoking `bjam` in each sub-directory will build only the example contained therein.]
+ [Examples]
+ [Yes]
+ [
+The examples are a useful guide to uses of the library. They are also useful for testing your server configuration. They can all be found in the lib/cgi/example directory. Invoking `bjam` in the example directory should build all examples whereas invoking `bjam` in each sub-directory will build only the example contained therein.
+ ]
   ]
 ]
 


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