index.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. <<<<<<< HEAD
  7. <meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
  8. =======
  9. <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
  10. >>>>>>> 444d55b49... Bump version to 1.73
  11. <title>Boost Getting Started</title>
  12. <link rel="stylesheet" href="../../rst.css" type="text/css" />
  13. </head>
  14. <body>
  15. <div class="document" id="logo-getting-started">
  16. <h1 class="title"><a class="reference external" href="../../index.htm"><img alt="Boost" class="boost-logo" src="../../boost.png" /></a> Getting Started</h1>
  17. <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
  18. <!-- Software License, Version 1.0. (See accompanying -->
  19. <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
  20. <div class="admonition-use-the-latest-version-of-this-getting-started-guide admonition">
  21. <p class="first admonition-title">Use the latest version of this Getting Started guide</p>
  22. <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
  23. have updated information, such as the location of additional installers
  24. or improved installation procedures, so you might want use that version
  25. if you've got an Internet connection available.</p>
  26. </div>
  27. <div class="section" id="welcome">
  28. <h1>Welcome</h1>
  29. <p>Welcome to the Boost libraries! By the time you've completed this
  30. tutorial, you'll be at least somewhat comfortable with the contents
  31. of a Boost distribution and how to go about using it.</p>
  32. </div>
  33. <div class="section" id="what-s-here">
  34. <h1>What's Here</h1>
  35. <p>This document is designed to be an <em>extremely</em> gentle introduction,
  36. so we included a fair amount of material that may already be very
  37. familiar to you. To keep things simple, we also left out some
  38. information intermediate and advanced users will probably want. At
  39. the end of this document, we'll refer you on to resources that can
  40. help you pursue these topics further.</p>
  41. </div>
  42. <div class="section" id="preliminaries">
  43. <h1>Preliminaries</h1>
  44. <p>We use one typographic convention that might not be immediately
  45. obvious: <em>italic</em> text in examples is meant as a descriptive
  46. placeholder for something else, usually information that you'll
  47. provide. For example:</p>
  48. <pre class="literal-block">
  49. <strong>$</strong> echo &quot;My name is <em>your name</em>&quot;
  50. </pre>
  51. <p>Here you're expected to imagine replacing the text “your name” with
  52. your actual name.</p>
  53. </div>
  54. <div class="section" id="ready">
  55. <h1>Ready?</h1>
  56. <p>Let's go!</p>
  57. </div>
  58. </div>
  59. <div class="footer">
  60. <hr class="footer" />
  61. <div class="nextpage line-block">
  62. <div class="line"><strong>Next:</strong> <a class="reference external" href="windows.html">Getting Started on Microsoft Windows</a></div>
  63. <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>
  64. </div>
  65. </div>
  66. </body>
  67. </html>
粤ICP备19079148号