index.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
  14. <!-- Software License, Version 1.0. (See accompanying -->
  15. <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
  16. <div class="section" id="welcome">
  17. <h1>Welcome</h1>
  18. <p>Welcome to the Boost libraries! By the time you've completed this
  19. tutorial, you'll be at least somewhat comfortable with the contents
  20. of a Boost distribution and how to go about using it.</p>
  21. </div>
  22. <div class="section" id="what-s-here">
  23. <h1>What's Here</h1>
  24. <p>This document is designed to be an <em>extremely</em> gentle introduction,
  25. so we included a fair amount of material that may already be very
  26. familiar to you. To keep things simple, we also left out some
  27. information intermediate and advanced users will probably want. At
  28. the end of this document, we'll refer you on to resources that can
  29. help you pursue these topics further.</p>
  30. </div>
  31. <div class="section" id="preliminaries">
  32. <h1>Preliminaries</h1>
  33. <p>We use one typographic convention that might not be immediately
  34. obvious: <em>italic</em> text in examples is meant as a descriptive
  35. placeholder for something else, usually information that you'll
  36. provide. For example:</p>
  37. <pre class="literal-block">
  38. <strong>$</strong> echo &quot;My name is <em>your name</em>&quot;
  39. </pre>
  40. <p>Here you're expected to imagine replacing the text “your name” with
  41. your actual name.</p>
  42. </div>
  43. <div class="section" id="ready">
  44. <h1>Ready?</h1>
  45. <p>Let's go!</p>
  46. </div>
  47. </div>
  48. <div class="footer">
  49. <hr class="footer" />
  50. <div class="nextpage line-block">
  51. <div class="line"><strong>Next:</strong> <a class="reference external" href="windows.html">Getting Started on Microsoft Windows</a></div>
  52. <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>
  53. </div>
  54. </div>
  55. </body>
  56. </html>
粤ICP备19079148号