From 004f906784a7f1a9f627b31576fed4d6a08265c8 Mon Sep 17 00:00:00 2001 From: Byungjun Lee <40881444+OneTop4458@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:01:40 +0900 Subject: [PATCH] Update max MSVC version information (#3720) add visual studio 2022 support --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0b73625d4..766071b63 100644 --- a/README +++ b/README @@ -171,13 +171,13 @@ BUILDING ON WINDOWS =================== Microsoft Visual Studio 2015 or newer is required to build the POCO C++ Libraries on -Windows platforms. Solution and project files for all versions from 2015 to 2019 are included. +Windows platforms. Solution and project files for all versions from 2015 to 2022 are included. 64-bit (x64) builds are supported as well. You can either build from within Visual Studio (Build->Batch Build->Select All;Rebuild) or from the command line. To build from the command line, start the Visual Studio Command Prompt and cd to the directory where you have extracted the POCO C++ Libraries sources. Then, simply start the buildwin.cmd script -and pass as argument the version of visual studio (140, 150, 160, etc.). You can customize +and pass as argument the version of visual studio (140, 150, 160, 170, etc.). You can customize what is being built by buildwin.cmd by passing appropriate command line arguments to it. Call buildwin.cmd without arguments to see what is available.