mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 11:22:12 +00:00
* Moved XML sources to src * Added reference.css from Reece Dunn to html dir * Added images from boost/doc/html so that local builds look ok [SVN r22175]
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE chapter PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
|
|
<chapter id="bbv2.howto">
|
|
<title>How to use this document</title>
|
|
|
|
<para>
|
|
If you've just found out about Boost.Build V2 and want to know
|
|
if it will work for you, start with <xref linkend=
|
|
"bbv2.tutorial" />. You can continue with the <xref
|
|
linkend="bbv2.advanced" />. When you're ready to try Boost.Build
|
|
in practice, go to <xref linkend="bbv2.installation"/>.
|
|
</para>
|
|
|
|
<para>
|
|
If you are about to use Boost.Build on your project, or already
|
|
using it and have a problem, look at <xref linkend=
|
|
"bbv2.advanced"/>.
|
|
</para>
|
|
|
|
<para>
|
|
If you're trying to build a project which uses Boost.Build,
|
|
look at <xref linkend="bbv2.installation"/> and then read about
|
|
<xref linkend="bbv2.reference.commandline"/>.
|
|
</para>
|
|
|
|
<para>
|
|
Finally, if nothing applies to you, write to our mailing list,
|
|
telling what information you'd like to know.
|
|
</para>
|
|
|
|
</chapter>
|