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.7: 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="admonition-use-the-latest-version-of-this-getting-started-guide admonition"> 18<p class="first admonition-title">Use the latest version of this Getting Started guide</p> 19<p class="last">The <a class="reference external" href="http://www.boost.org/more/getting_started/index.html">Boost website version of this Getting Started guide</a> may 20have updated information, such as the location of additional installers 21or improved installation procedures, so you might want use that version 22if you've got an Internet connection available.</p> 23</div> 24<div class="section" id="welcome"> 25<h1>Welcome</h1> 26<p>Welcome to the Boost libraries! By the time you've completed this 27tutorial, you'll be at least somewhat comfortable with the contents 28of a Boost distribution and how to go about using it.</p> 29</div> 30<div class="section" id="what-s-here"> 31<h1>What's Here</h1> 32<p>This document is designed to be an <em>extremely</em> gentle introduction, 33so we included a fair amount of material that may already be very 34familiar to you. To keep things simple, we also left out some 35information intermediate and advanced users will probably want. At 36the end of this document, we'll refer you on to resources that can 37help you pursue these topics further.</p> 38</div> 39<div class="section" id="preliminaries"> 40<h1>Preliminaries</h1> 41<p>We use one typographic convention that might not be immediately 42obvious: <em>italic</em> text in examples is meant as a descriptive 43placeholder for something else, usually information that you'll 44provide. For example:</p> 45<pre class="literal-block"> 46<strong>$</strong> echo "My name is <em>your name</em>" 47</pre> 48<p>Here you're expected to imagine replacing the text “your name” with 49your actual name.</p> 50</div> 51<div class="section" id="ready"> 52<h1>Ready?</h1> 53<p>Let's go!</p> 54</div> 55</div> 56<div class="footer"> 57<hr class="footer" /> 58<div class="nextpage line-block"> 59<div class="line"><strong>Next:</strong> <a class="reference external" href="windows.html">Getting Started on Microsoft Windows</a></div> 60<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> 61</div> 62 63</div> 64</body> 65</html> 66