diff --git a/Building-OpenRCT2-on-Windows.md b/Building-OpenRCT2-on-Windows.md index 1bbaf32..6a37077 100644 --- a/Building-OpenRCT2-on-Windows.md +++ b/Building-OpenRCT2-on-Windows.md @@ -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`.