[Mesa-dev] [PATCH] docs: Python3 needed for Intel driver

Ilia Mirkin imirkin at alum.mit.edu
Wed May 25 18:27:56 UTC 2016


On Wed, May 25, 2016 at 2:26 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  docs/install.html | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/docs/install.html b/docs/install.html
> index 8b349c4..41a7d79 100644
> --- a/docs/install.html
> +++ b/docs/install.html
> @@ -34,8 +34,9 @@
>
>  <h2>1.1 General</h2>
>  <ul>
> -<li><a href="http://www.python.org/">Python</a> - Python is required.
> -Version 2.6.4 or later should work.
> +<li><a href="http://www.python.org/">Python</a> -
> +Python 3 is needed if building the Intel i965 driver.

Actually that requirement has been forced on everyone for some unknown reason.

> +Otherwise, Python 2.6.4 or later is sufficient.
>  </li>
>  <br>
>  <li><a href="http://www.makotemplates.org/">Python Mako module</a> -
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list