Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/doc/src/howto.xml @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4
5  <chapter id="bbv2.howto">
6    <title>How to use this document</title>
7
8    <para>
9      If you've just found out about Boost.Build V2 and want to know
10      if it will work for you, start with <xref linkend=
11      "bbv2.tutorial" />. You can continue with <xref
12      linkend="bbv2.advanced" />. When you're ready to try Boost.Build
13      in practice, go to <xref linkend="bbv2.installation"/>.
14    </para>
15
16    <para>
17      If you are about to use Boost.Build on your project, or already
18      using it and have a problem, look at <xref linkend=
19      "bbv2.advanced"/>.
20    </para>
21
22    <para>
23      If you're trying to build a project which uses Boost.Build,
24      see <xref linkend="bbv2.installation"/> and then read about
25      <xref linkend="bbv2.reference.commandline"/>.
26    </para>
27
28    <para>
29      If you have questions, please post them to our mailing list (<ulink
30      url="http://boost.org/more/mailing_lists.htm#jamboost"/>). The mailing list is
31      also mirrowed to newsgroup <ulink url="news://news.gmane.org/gmane.comp.lib.boost.build"/>.
32    </para>
33
34  </chapter>
Note: See TracBrowser for help on using the repository browser.