From 9d5ee3fc433aa04b00456079d0acdca249941213 Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Thu, 4 Jan 2024 11:34:35 +0000 Subject: [PATCH] Update Visual Studio instructions in README Fixes #2488 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11afdb04..ae5b7838 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ a set of Visual Studio project files using these commands: cd libs/beast mkdir bin cd bin -cmake .. # for 32-bit Windows builds, or -cmake -G"Visual Studio 15 2017 Win64" .. # for 64-bit Windows builds (VS2017) +cmake -G "Visual Studio 17 2022" -A Win32 .. # for 32-bit Windows builds, or +cmake -G "Visual Studio 17 2022" -A x64 .. # for 64-bit Windows builds ``` The files in the repository are laid out thusly: