diff options
author | Brian Paul <[email protected]> | 2016-02-11 07:29:22 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-02-12 15:08:35 -0700 |
commit | ae70d0d68c06c3624fef345f70f9576b29a243bd (patch) | |
tree | d1469b925a442d85795f5c9ba30e0fdb5fc3476d | |
parent | 4e59362d1b8846371f12252c49b87f6f7080967b (diff) |
docs: Visual Studio 2013 or later is now required
-rw-r--r-- | docs/install.html | 3 | ||||
-rw-r--r-- | docs/relnotes/11.2.0.html | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html index c826d642001..ae911d5347b 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 069eca2b70c..baedb4ca756 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> |