1 | <?xml version="1.0" encoding="utf-8" ?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
6 | <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> |
---|
7 | <title>Boost Getting Started</title> |
---|
8 | <link rel="stylesheet" href="../../rst.css" type="text/css" /> |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <div class="document" id="logo-getting-started"> |
---|
12 | <h1 class="title"><a class="reference external" href="../../index.htm"><img alt="Boost" class="boost-logo" src="../../boost.png" /></a> Getting Started</h1> |
---|
13 | |
---|
14 | <!-- Copyright David Abrahams 2006. Distributed under the Boost --> |
---|
15 | <!-- Software License, Version 1.0. (See accompanying --> |
---|
16 | <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> |
---|
17 | <div class="section" id="welcome"> |
---|
18 | <h1>Welcome</h1> |
---|
19 | <p>Welcome to the Boost libraries! By the time you've completed this |
---|
20 | tutorial, you'll be at least somewhat comfortable with the contents |
---|
21 | of a Boost distribution and how to go about using it.</p> |
---|
22 | </div> |
---|
23 | <div class="section" id="what-s-here"> |
---|
24 | <h1>What's Here</h1> |
---|
25 | <p>This document is designed to be an <em>extremely</em> gentle introduction, |
---|
26 | so we included a fair amount of material that may already be very |
---|
27 | familiar to you. To keep things simple, we also left out some |
---|
28 | information intermediate and advanced users will probably want. At |
---|
29 | the end of this document, we'll refer you on to resources that can |
---|
30 | help you pursue these topics further.</p> |
---|
31 | </div> |
---|
32 | <div class="section" id="preliminaries"> |
---|
33 | <h1>Preliminaries</h1> |
---|
34 | <p>We use one typographic convention that might not be immediately |
---|
35 | obvious: <em>italic</em> text in examples is meant as a descriptive |
---|
36 | placeholder for something else, usually information that you'll |
---|
37 | provide. For example:</p> |
---|
38 | <pre class="literal-block"> |
---|
39 | <strong>$</strong> echo "My name is <em>your name</em>" |
---|
40 | </pre> |
---|
41 | <p>Here you're expected to imagine replacing the text “your name” with |
---|
42 | your actual name.</p> |
---|
43 | </div> |
---|
44 | <div class="section" id="ready"> |
---|
45 | <h1>Ready?</h1> |
---|
46 | <p>Let's go!</p> |
---|
47 | </div> |
---|
48 | </div> |
---|
49 | <div class="footer"> |
---|
50 | <hr class="footer" /> |
---|
51 | <div class="nextpage line-block"> |
---|
52 | <div class="line"><strong>Next:</strong> <a class="reference external" href="windows.html">Getting Started on Microsoft Windows</a></div> |
---|
53 | <div class="line"><strong>or:</strong> <a class="reference external" href="unix-variants.html">Getting Started on Unix variants (e.g. Linux, MacOS)</a></div> |
---|
54 | </div> |
---|
55 | |
---|
56 | </div> |
---|
57 | </body> |
---|
58 | </html> |
---|