Module: Mesa Branch: master Commit: ae70d0d68c06c3624fef345f70f9576b29a243bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae70d0d68c06c3624fef345f70f9576b29a243bd
Author: Brian Paul <[email protected]> Date: Thu Feb 11 07:29:22 2016 -0700 docs: Visual Studio 2013 or later is now required --- docs/install.html | 3 +++ docs/relnotes/11.2.0.html | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/docs/install.html b/docs/install.html index c826d64..ae911d5 100644 --- a/docs/install.html +++ b/docs/install.html @@ -58,6 +58,9 @@ On Windows with MinGW, install flex and bison with: For MSVC on Windows, install <a href="http://winflexbison.sourceforge.net/">Win flex-bison</a>. </li> +<br> +<li>For building on Windows, Microsoft Visual Studio 2013 or later is required. +</li> </ul> diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index 069eca2..baedb4c 100644 --- a/docs/relnotes/11.2.0.html +++ b/docs/relnotes/11.2.0.html @@ -74,6 +74,10 @@ TBD. <h2>Changes</h2> +Microsoft Visual Studio 2013 or later is now required for building +on Windows. +Previously, Visual Studio 2008 and later were supported. + TBD. </div> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
