2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00
Files
website/users/download/index.html
2013-12-17 23:57:10 +00:00

99 lines
3.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Boost Downloads</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style-v2/section-boost.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
</head>
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>Boost Downloads</h1>
</div>
<div class="section-body">
<!--#include virtual="/generated/download-items.html" -->
<h2 id="alternative">Other Downloads</h2>
<p>As well as the official releases, members of the community
provide other downloads for your convenience. Since these are
produced separately, there might be a delay before they're
available after a release and they're not be available for all
releases.</p>
<ul>
<li><a href=
"https://sourceforge.net/projects/boost/files/boost-binaries/">
Prebuilt windows binaries</a>.</li>
<li><a href=
"https://sourceforge.net/projects/boost/files/boost-docs/">PDF
documentation</a> (only for BoostBook based
documentation).</li>
</ul>
<h2><a name="history" id="history"></a>Old Boost Releases</h2>
<p>Old versions of boost can be found on the <a href=
"/users/history/">version history</a> page or from <a class=
"external" href=
"http://sourceforge.net/projects/boost/files/">the sourceforge
download page</a>.</p>
<h2><a name="repository" id="repository"></a>Git
Repositories</h2>
<p>Boost uses <a class="external" href=
"http://git-scm.com/">Git</a> to manage all of the data
associated with Boost's development, including the source code
to Boost, documentation for Boost libraries, and the Boost web
site.</p>
<p>Details of the git repositories are on the <a href=
"https://svn.boost.org/trac/boost/wiki/ModularBoost">Boost
wiki</a>.</p>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-boost.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="copyright">
<p>Copyright Rene Rivera 2006-2007.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>