mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix #17112: Update readme / elsewhere to show Visual Studio 2022
This commit is contained in:
@@ -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).
|
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:
|
### 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++
|
- Desktop development with C++
|
||||||
|
|
||||||
### macOS:
|
### macOS:
|
||||||
@@ -129,7 +129,7 @@ Refer to https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux#re
|
|||||||
## 3.2 Compiling and running
|
## 3.2 Compiling and running
|
||||||
### Windows:
|
### 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).
|
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`.
|
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`.
|
To build the 32-bit version, use `msbuild openrct2.proj /t:build /p:platform=Win32`.
|
||||||
|
|||||||
Reference in New Issue
Block a user