From 313a1c570526c71ffaa3d04a8e1a6e44c066f0a8 Mon Sep 17 00:00:00 2001 From: garylzimmer Date: Tue, 4 Jan 2022 15:07:48 -0500 Subject: [PATCH] Update README.md Updated based on my personal findings. Can provide documentation if necessary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f9c3f427..7961d5d9ba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Prerequisites ------------- * Git * CMake (2.6 or newer) -* Windows: [Visual Studio] 2008 or newer with C++ toolset (or [Visual C++ Build Tools]) or [MSYS2] + MinGW +* Windows: [Visual Studio] 2008 to 2019 (2022 not yet supported by depency CMake) with C++ toolset (or [Visual C++ Build Tools]) or [MSYS2] + MinGW * *nix: GCC 4.7 or newer, or Clang (any version) Dependencies