mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
docs: update install docs for meson
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
a1545af079
commit
5d11a828e1
1 changed files with 5 additions and 9 deletions
|
|
@ -43,12 +43,11 @@
|
||||||
<li><a href="http://www.scons.org/">SCons</a> is required for building on
|
<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.)
|
Windows and optional for Linux (it's an alternative to meson.)
|
||||||
</li>
|
</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.
|
is used when when building ARC.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h4>Compiler</h4>
|
<h4>Compiler</h4>
|
||||||
<p>
|
<p>
|
||||||
The following compilers are known to work, if you know of others or you're
|
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>
|
<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>
|
<ul>
|
||||||
<li><a href="https://www.python.org/">Python</a> - Python is required.
|
<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>
|
<h2 id="meson">2. Building with meson</h2>
|
||||||
|
|
||||||
|
<p><string>Meson &6t;= 0.46.0 is required</string></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Meson is the latest build system in mesa, it is currently able to build for
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue