|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <link rel="icon" type="image/png" |
| 6 | + href="favicon.png" /> |
| 7 | + <title>The Meson® Build System</title> |
| 8 | + <link rel="stylesheet" |
| 9 | + href="mstyle.css" type="text/css"> |
| 10 | +<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'> |
| 11 | +</head> |
| 12 | +<body> |
| 13 | + <div id="topbox"> |
| 14 | + <p><img src="meson_logo.png" /> </p> |
| 15 | + <h1>The Meson Build System</h1> |
| 16 | + </div> |
| 17 | + <div id="navigation"> |
| 18 | + <ul> |
| 19 | +<li><a href="index.html">Main page</a></li> |
| 20 | +<li><a href="download.html">Download</a></li> |
| 21 | +<li><a href="videos.html">Videos</a></li> |
| 22 | +<li><a href="documentation.html">Documentation</a></li> |
| 23 | +<li><a href="development.html">Development</a></li> |
| 24 | +<li><a href="community.html">Community</a></li> |
| 25 | +<li><a href="legal.html">Legal</a></li> |
| 26 | + |
| 27 | + </ul> |
| 28 | + </div> |
| 29 | + <div id="maintext"> |
| 30 | +<h2>Downloading Meson</h2> |
| 31 | + |
| 32 | +<p>Meson releases can be downloaded from the <a href="https://github.com/jpakkane/meson/releases">Github release page</a>. The newest development code can be obtained directly from <a href="https://github.com/jpakkane/meson">Git</a></p> |
| 33 | + |
| 34 | +<h2>Dependencies</h2> |
| 35 | + |
| 36 | +<p>Meson is implemented in Python 3. If you operating system provides |
| 37 | +a package manager, use should should install it with that. For |
| 38 | +platforms that don't have a package manager, you need do |
| 39 | +download it from <a href="https://www.python.org/downloads/">Python's |
| 40 | +home page</a>.</p> |
| 41 | + |
| 42 | +<p>Depending on your platform and backend you wish to use, you might |
| 43 | +need the <a href="https://martine.github.io/ninja/">Ninja |
| 44 | +executable</a>. Again, use your distro-provided version if |
| 45 | +possible. Otherwise download it |
| 46 | +from <a href="https://github.com/martine/ninja/releases">here</a>.</p> |
| 47 | + </div> |
| 48 | +</body> |
| 49 | +</html> |
0 commit comments