From b9a61c0a3a42a7cb8ee005b7cc3d3d91baf5884f Mon Sep 17 00:00:00 2001 From: Umdlye Date: Mon, 3 Feb 2020 16:45:19 +0100 Subject: [PATCH] Update readme.md (#10649) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7a27870681..4ec2095acb 100644 --- a/readme.md +++ b/readme.md @@ -117,7 +117,7 @@ The program can also be built as a command line program using CMake. This type o ## 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 2017, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`). +2. Open a new Developer Command Prompt for VS 2019, 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`.