summaryrefslogtreecommitdiff
path: root/web.xhtml
blob: 12f4dffb2b9fcf8d0f87a5c08a543634a62e35ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="UTF-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>

  <title>Web</title>

  <link rel="stylesheet" type="text/css" href="common.css"/>
  <link rel="stylesheet" type="text/css" href="pre-box.css"/>
  <link rel="stylesheet" type="text/css" href="code-box.css"/>
  <link rel="stylesheet" type="text/css" href="web.css"/>
</head>
<body>

<div id="header-bar">
<div id="header">
  <div id="header-logo"><code>b2</code></div>
  <div id="header-menu">
    <div id="header-menu-body">
      <a href="/">Documentation</a>
      <a href="/">Download</a>
      <a href="/">Mailing Lists</a>
      <a href="/">C++ Packages</a>
    </div>
  </div>
</div>
</div>

<div id="content">
  <h1>The <code>build2</code> Toolchain</h1>

  <p><code>build2</code> is a build system aimed at improving cross-platform
  C++ software building and library use. It will be accompanied by a C++
  package manager and a central repository of open source C++ libraries.</p>

  <p><code>build2</code> is a build system aimed at improving cross-platform
  C++ software building and library use. It will be accompanied by a C++
  package manager and a central repository of open source C++ libraries.</p>

</div>

<div id="footer">&#169; 2014-2016 Code Synthesis Ltd</div>

</body>
</html>