From: Dylan Baker Date: Thu, 20 Dec 2018 21:43:29 +0000 (-0800) Subject: docs/install: Update python dependency section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c32964f49362ae2661468b29b5128d579b5af38;p=mesa.git 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 Reviewed-by: Eric Engeström --- diff --git a/docs/install.html b/docs/install.html index d010eed7e14..b6a75baeeb9 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
  • Python - 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.
  • Python Mako module - Python Mako module is required. Version 0.8.0 or later should work.