/Src/Dependencies/Boost/more/getting_started/index.html

http://hadesmem.googlecode.com/ · HTML · 65 lines · 60 code · 2 blank · 3 comment · 0 complexity · cd5eecdc1d787febae0a7f77d1ae7d9f MD5 · raw file

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