From e5c72be041ecb3c3dfc340eaae00b2fa9d1a23bd Mon Sep 17 00:00:00 2001 From: csunday95 Date: Tue, 3 May 2022 02:27:20 -0700 Subject: [PATCH] Fix #17112: Update readme / elsewhere to show Visual Studio 2022 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4ec22f4f68..9460242700 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ Some \*BSD operating systems offer native packages. These packages are usually t OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bought at either [Steam](https://store.steampowered.com/app/285330/) or [GOG.com](https://www.gog.com/game/rollercoaster_tycoon_2). ### Windows: -- Visual Studio 2019 (Enterprise / Professional / [Community (Free)](https://www.visualstudio.com/vs/community/)) +- Visual Studio 2022 (Enterprise / Professional / [Community (Free)](https://www.visualstudio.com/vs/community/)) - Desktop development with C++ ### macOS: @@ -129,7 +129,7 @@ Refer to https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux#re ## 3.2 Compiling and running ### Windows: 1. Check out the repository. This can be done using [GitHub Desktop](https://desktop.github.com) or [other tools](https://help.github.com/articles/which-remote-url-should-i-use). -2. Open a new Developer Command Prompt for VS 2019, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`). +2. Open a new Developer Command Prompt for VS 2022, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`). 3. To build the 64-bit version, use `msbuild openrct2.proj /t:build /p:platform=x64`. To build the 32-bit version, use `msbuild openrct2.proj /t:build /p:platform=Win32`.