readme.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Boost C++ Libraries</title>
  6. <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
  7. <style type="text/css">
  8. /*<![CDATA[*/
  9. body {
  10. background-color: white;
  11. color: black;
  12. }
  13. /*]]>*/
  14. </style>
  15. </head>
  16. <body>
  17. <div class="header"><img alt="Boost C++ Libraries" width="277" height="86"
  18. src="boost.png" /></div>
  19. <h2 class="title">Welcome to the Boost C++ Libraries, Release 1.35.0!</h2>
  20. <p>Boost provides free peer-reviewed portable C++ source libraries.</p>
  21. <p>We emphasize libraries that work well with the C++ Standard Library.
  22. Boost libraries are intended to be widely useful, and usable across a broad
  23. spectrum of applications. The <a href=
  24. "http://www.boost.org/users/license.html">Boost license</a> encourages both
  25. commercial and non-commercial use.</p>
  26. <p>We aim to establish "existing practice" and provide reference
  27. implementations so that Boost libraries are suitable for eventual
  28. standardization. Ten Boost libraries are already included in the <a href=
  29. "http://www.open-std.org/jtc1/sc22/wg21/">C++ Standards Committee's</a>
  30. Library Technical Report (<a href=
  31. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">TR1</a>)
  32. and will be included in the upcoming revision of the C++ Standard. More
  33. Boost libraries are proposed for the upcoming <a href=
  34. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">TR2</a>.</p>
  35. <h3>Changes in this release</h3>
  36. <p>This release includes new libraries blah, blah, and blah, and
  37. maintenance fixes to existing libraries. See <a href="????">Release
  38. History</a> for more information.</p>
  39. <h3>Getting Started</h3>
  40. <p>If Boost hasn't already been installed on your system, follow the
  41. <a href="more/getting_started/index.html">Getting Started Guide</a> to
  42. complete the installation. But if you've reached to this point by
  43. installing Boost from a Windows pre-build executable or a pre-built Linux
  44. and Unix distribution package, that's already been completed. Likewise, if
  45. you're reading this on your organization's internal web server, the
  46. installation is probably already complete.</p>
  47. <h3>Contents</h3>
  48. <p>The release directory tree contains almost all of Boost; documentation,
  49. sources, headers, scripts, tools, and everything else a Boost user might
  50. need!</p>
  51. <h3>Library Documentation</h3>
  52. <p>The starting point for the documentation of individual libraries is the
  53. <a href="libs/libraries.htm">Libraries page</a>, which gives a brief
  54. description of each library and links to its documentation.</p>
  55. <h3>Web Site</h3>
  56. <p>Some general interest or often changing Boost information lives only on
  57. the <a href="http://www.boost.org">Boost web site</a>. The release contains
  58. links to the site, so while browsing it you'll see occasional broken links
  59. if you aren't connected to the Internet. But everything needed to use the
  60. Boost libraries is contained within the release.</p>
  61. <h3>Background</h3>
  62. <p>Read the <a href="http://www.boost.org/users/">introductory material</a>
  63. to help you understand what Boost is about and to help in educating your
  64. organization about Boost.</p>
  65. <h3>Community</h3>
  66. <p>Boost welcomes and thrives on participation from a variety of
  67. individuals and organizations. Many avenues for participation are available
  68. in the <a href="http://www.boost.org/community/">Boost Community</a>.</p>
  69. <div class="copyright-footer">
  70. <p>Copyright &copy; 2008 Beman Dawes, Rene Rivera</p>
  71. <p>Distributed under the Boost Software License, Version 1.0. (See
  72. accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
  73. at <a href=
  74. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
  75. <p>This software is <a href="http://www.opensource.org/">Open Source
  76. Initiative</a> approved Open Source Software.</p>
  77. <p>Open Source Initiative Approved is a trademark of the Open Source
  78. Initiative.</p>
  79. </div>
  80. </body>
  81. </html>
粤ICP备19079148号