Mesa (master): docs/install: Update python dependency section

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 27 17:06:41 UTC 2018


Module: Mesa
Branch: master
Commit: 4c32964f49362ae2661468b29b5128d579b5af38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c32964f49362ae2661468b29b5128d579b5af38

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Dec 20 13:43:29 2018 -0800

docs/install: Update python dependency section

Note that meson requires python 3, scons requires python 2, and
autotools works with either.

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Eric Engeström <eric at engestrom.ch>

---

 docs/install.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/install.html b/docs/install.html
index d010eed7e1..b6a75baeeb 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -74,7 +74,9 @@ you think you've spotted a bug let developers know by filing a
 
 <ul>
 <li><a href="https://www.python.org/">Python</a> - Python is required.
-Version 2.7 or later should work.
+When building with scons 2.7 is required.
+When building with meson 3.5 or newer is required.
+When building with autotools 2.7, or 3.5 or later are required.
 </li>
 <li><a href="http://www.makotemplates.org/">Python Mako module</a> -
 Python Mako module is required. Version 0.8.0 or later should work.




More information about the mesa-commit mailing list