diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 129 |
1 files changed, 3 insertions, 126 deletions
@@ -1,134 +1,11 @@ <!doctype html> -<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. --> -<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on http://github.com/jonrohan --> <html> <head> <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - - <link rel="stylesheet" href="stylesheets/stylesheet.css" media="screen"/> - <link rel="stylesheet" href="stylesheets/pygment_trac.css"/> - <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> - <script type="text/javascript" src="javascripts/script.js"></script> - - <title>The Meson® Build System</title> - <meta name="description" content="The Meson Build System"> - - <meta name="viewport" content="width=device-width,initial-scale=1"> - + <title>This site has moved</title> </head> - +<p>The home page of the Meson build system has +moved <a href="http://www.mesonbuild.com">here</a>.</p> <body> - - <div class="wrapper"> - <header> - <h1 class="title">The Meson<sup>®</sup> Build System</h1> - </header> - <div id="container"> - <p class="tagline">The world's fastest build system</p> - <div id="main" role="main"> - <div class="download-bar"> - <div class="inner"> - <a href="https://github.com/jpakkane/meson/tarball/master" class="download-button tar"><span>Download</span></a> - <a href="https://github.com/jpakkane/meson/zipball/master" class="download-button zip"><span>Download</span></a> - <a href="https://github.com/jpakkane/meson" class="code">View Meson on GitHub</a> - </div> - <span class="blc"></span><span class="trc"></span> - </div> - <article class="markdown-body"> - <h3><a name="welcome-to-github-pages" class="anchor" - href="#welcome-to-github-pages"><span class="octicon - octicon-link"></span></a>Description of Meson in less than twenty words</h3> - -<p>Meson aims to be a cross-platform build system that is both highly -performant and a pleasure to use.</p> - -<h3> -<a name="subheading" class="anchor" -href="#subheading"><span class="octicon -octicon-link"></span></a>Slightly longer video presentation</h3> - -<p><a href="https://www.youtube.com/watch?v=KPi0AuVpxLI">This -presentation</a> from LCA 2015 gives a good overview of the features -and design goals of Meson.</p> - -<h3> -<a name="subheading" class="anchor" -href="#subheading"><span class="octicon -octicon-link"></span></a>Supported platforms</h3> - -<p> -<ul> -<li>Linux and other posix-compliant platforms</li> -<li>OSX XCode</li> -<li>Windows with Visual Studio and MinGW</li> -</ul> -</p> - -<h3> -<a name="subheading" class="anchor" -href="#subheading"><span class="octicon -octicon-link"></span></a>Download Meson</h3> - -<p>Releases of the Meson build system can be downloaded -from <a href="https://github.com/jpakkane/meson/releases">this -page</a>.</p> - -<p>Developers might be interested in downloading the newest code -from <a href="https://github.com/jpakkane/meson">Meson's git -repository</a>.</p> - - -<h3> -<a name="subheading" class="anchor" -href="#subheading"><span class="octicon octicon-link"></span></a>User -Documentation</h3> - -<p>Meson's documentation including a user manual can be found -in <a href="https://github.com/jpakkane/meson/wiki">the wiki</a>.</p> - -<h3>Mailing list</h3> - -<p>A general mailing list for all discussion topics about Meson can be -found <a href="https://groups.google.com/d/forum/mesonbuild">here</a>.</p> - -<h3> -<a name="subheading" class="anchor" -href="#subheading"><span class="octicon octicon-link"></span></a>Code samples</h3> - -<p>A good way of learning to use Meson is to look at code samples. The -unit test suite contains a simple example of every feature of -Meson. These code samples can be viewed in -the <a href="https://github.com/jpakkane/meson/tree/master/test%20cases">code -repository</a>.</p> - - - </article> - </div> - </div> - <footer> - <div class="owner"> - <p><a href="https://github.com/jpakkane" - class="avatar"><img src="https://avatars3.githubusercontent.com/u/4079821?s=60" - width="48" - height="48"/></a> <a href="https://github.com/jpakkane/meson">Meson</a> - is developed, maintained and a registered trademark of - <a href="https://github.com/jpakkane">Jussi Pakkanen</a> - </p> - - - </div> - <div class="creds"> - <small>This page generated using <a href="http://pages.github.com/">GitHub Pages</a><br/>theme by <a href="https://twitter.com/jonrohan/">Jon Rohan</a></small> - </div> - </footer> - </div> - <div class="current-section"> - <a href="#top">Scroll to top</a> - <a href="https://github.com/jpakkane/meson/tarball/master" - class="tar">tar</a><a href="https://github.com/jpakkane/meson/zipball/master" - class="zip">zip</a><a href="" class="code">source code</a> - <p class="name"></p> - </div> </body> </html> |