1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 03:05:24 +01:00

Updated Building OpenRCT2 on Windows (markdown)

Ted John
2017-10-23 22:33:48 +01:00
parent 8b319f8308
commit 99172fb2c9

@@ -1,12 +1,12 @@
# Requirements
- Windows 7 / 8 / 10
- Visual Studio 2015 Update 3 or 2017 RC (Enterprise / Professional / [Community (Free)](https://www.visualstudio.com/products/visual-studio-community-vs))
- Visual Studio 2017 (Enterprise / Professional / [Community (Free)](https://www.visualstudio.com/products/visual-studio-community-vs))
- [7-Zip](http://www.7-zip.org/) (for deployment only)
- [NSIS](http://nsis.sourceforge.net/) (for deployment only)
# Building
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 VS2015` or `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 2017`, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`).
3. Run `msbuild openrct2.proj /t:build /p:platform=x64`.
4. Run the game, `bin\openrct2`.