diff options
author | Dylan Baker <[email protected]> | 2019-09-30 11:02:09 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-09-30 18:27:52 +0000 |
commit | 5d11a828e10916e38526a3ae7334353102b5d0c6 (patch) | |
tree | 0a6817a34603fac657c361726c62283aa369b377 /docs/install.html | |
parent | a1545af0797358bd77a115005c8ca05950efb297 (diff) |
docs: update install docs for meson
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/install.html b/docs/install.html index 18144b8140b..61d2e666962 100644 --- a/docs/install.html +++ b/docs/install.html @@ -43,12 +43,11 @@ <li><a href="http://www.scons.org/">SCons</a> is required for building on Windows and optional for Linux (it's an alternative to meson.) </li> -<li>Android Build system when building as native Android component. Autoconf +<li>Android Build system when building as native Android component. Meson is used when when building ARC. </li> </ul> - <h4>Compiler</h4> <p> The following compilers are known to work, if you know of others or you're @@ -63,12 +62,6 @@ willing to maintain support for other compiler get in touch. <h4>Third party/extra tools.</h4> -<p> -<strong>Note</strong>: These should not be required, when building from a release tarball. If -you think you've spotted a bug let developers know by filing a -<a href="bugs.html">bug report</a>. -</p> - <ul> <li><a href="https://www.python.org/">Python</a> - Python is required. @@ -114,9 +107,12 @@ the packaging tool used by your distro. <h2 id="meson">2. Building with meson</h2> +<p><string>Meson &6t;= 0.46.0 is required</string></p> + <p> Meson is the latest build system in mesa, it is currently able to build for -*nix systems like Linux and BSD, and will be able to build for windows as well. +*nix systems like Linux and BSD, macOS, Haiku, and will be able to build for +windows as well. </p> <p> |