From 03996a8da39247e012e9dbe63f80e3f5d06f957d Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 23 Nov 2016 23:42:23 +0000 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9bee459f96..c135651f95 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bo ### Windows: - Vista / 7 / 8 / 10 -- Visual Studio 2015 Update 2 (Enterprise / Professional / [Community (Free)](https://www.visualstudio.com/products/visual-studio-community-vs)) +- Visual Studio 2015 Update 2+ (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) @@ -79,14 +79,15 @@ All libs listed here (bar cmake) required in 32 bit variants. ### 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 VS2015, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`). -3. Run `msbuild openrct2.proj /t:build`. +3. Run `msbuild openrct2.proj /t:build /t:platform=x64`. Once you have ran msbuild once, further development can be done within Visual Studio by opening `openrct2.sln`. Other examples: ``` +set platform=x64 msbuild openrct2.proj /t:clean -msbuild openrct2.proj /t:rebuild /p:configuration=release /p:platform=x64 +msbuild openrct2.proj /t:rebuild /p:configuration=release msbuild openrct2.proj /t:g2 msbuild openrct2.proj /t:PublishPortable ```