1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title>Chapter 21. How to use this document</title> |
---|
5 | <link rel="stylesheet" href="../boostbook.css" type="text/css"> |
---|
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.69.1"> |
---|
7 | <style type="text/css"> |
---|
8 | body { background-image: url('http://docbook.sourceforge.net/release/images/draft.png'); |
---|
9 | background-repeat: no-repeat; |
---|
10 | background-position: top left; |
---|
11 | /* The following properties make the watermark "fixed" on the page. */ |
---|
12 | /* I think that's just a bit too distracting for the reader... */ |
---|
13 | /* background-attachment: fixed; */ |
---|
14 | /* background-position: center center; */ |
---|
15 | }</style> |
---|
16 | <link rel="start" href="../index.html" title="The Boost C++ Libraries"> |
---|
17 | <link rel="up" href="../bbv2.html" title="Part III. Boost.Build v2 User Manual"> |
---|
18 | <link rel="prev" href="../bbv2.html" title="Part III. Boost.Build v2 User Manual"> |
---|
19 | <link rel="next" href="installation.html" title="Chapter 22. Installation"> |
---|
20 | </head> |
---|
21 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
---|
22 | <table cellpadding="2" width="100%"> |
---|
23 | <td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../../boost.png"></td> |
---|
24 | <td align="center"><a href="../../../index.htm">Home</a></td> |
---|
25 | <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> |
---|
26 | <td align="center"><a href="../../../people/people.htm">People</a></td> |
---|
27 | <td align="center"><a href="../../../more/faq.htm">FAQ</a></td> |
---|
28 | <td align="center"><a href="../../../more/index.htm">More</a></td> |
---|
29 | </table> |
---|
30 | <hr> |
---|
31 | <div class="spirit-nav"> |
---|
32 | <a accesskey="p" href="../bbv2.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../bbv2.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="installation.html"><img src="../images/next.png" alt="Next"></a> |
---|
33 | </div> |
---|
34 | <div class="chapter" lang="en"> |
---|
35 | <div class="titlepage"><div><div><h2 class="title"> |
---|
36 | <a name="bbv2.howto"></a>Chapter 21. How to use this document</h2></div></div></div> |
---|
37 | <p> |
---|
38 | If you've just found out about Boost.Build V2 and want to know |
---|
39 | if it will work for you, start with <a href="tutorial.html" title="Chapter 23. Tutorial">Chapter 23, <i>Tutorial</i></a>. You can continue with the <a href="advanced.html" title="Chapter 24. User documentation">Chapter 24, <i>User documentation</i></a>. When you're ready to try Boost.Build |
---|
40 | in practice, go to <a href="installation.html" title="Chapter 22. Installation">Chapter 22, <i>Installation</i></a>. |
---|
41 | </p> |
---|
42 | <p> |
---|
43 | If you are about to use Boost.Build on your project, or already |
---|
44 | using it and have a problem, look at <a href="advanced.html" title="Chapter 24. User documentation">Chapter 24, <i>User documentation</i></a>. |
---|
45 | </p> |
---|
46 | <p> |
---|
47 | If you're trying to build a project which uses Boost.Build, |
---|
48 | look at <a href="installation.html" title="Chapter 22. Installation">Chapter 22, <i>Installation</i></a> and then read about |
---|
49 | <a href="reference.html#bbv2.reference.commandline" title="Command line">the section called “Command line”</a>. |
---|
50 | </p> |
---|
51 | <p> |
---|
52 | If you have questions, please post them to our <a href="http://boost.org/more/mailing_lists.htm#jamboost" target="_top">mailing |
---|
53 | list</a>, and be sure to indicate in the subject line that |
---|
54 | you're asking about Boost.Build <span class="bold"><strong>V2</strong></span>. |
---|
55 | </p> |
---|
56 | </div> |
---|
57 | <table width="100%"><tr> |
---|
58 | <td align="left"></td> |
---|
59 | <td align="right"><small></small></td> |
---|
60 | </tr></table> |
---|
61 | <hr> |
---|
62 | <div class="spirit-nav"> |
---|
63 | <a accesskey="p" href="../bbv2.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../bbv2.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="installation.html"><img src="../images/next.png" alt="Next"></a> |
---|
64 | </div> |
---|
65 | </body> |
---|
66 | </html> |
---|