From cecc66622f278ca057e19afe86768af6dfe640ba Mon Sep 17 00:00:00 2001 From: gibbed Date: Thu, 20 Apr 2017 16:58:45 -0500 Subject: [PATCH] Update some docs to say VS2017 works as well. --- README.md | 2 +- docs/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02132ce5a..16e3dc4b9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ legally purchased devices and games and information made public on the internet ## Quickstart -Windows 8.1+ with Python 2.7 and [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs) and the Windows SDKs installed: +Windows 8.1+ with Python 2.7 and [Visual Studio 2015 or Visual Studio 2017](https://www.visualstudio.com/downloads/) and the Windows SDKs installed: > git clone https://github.com/benvanik/xenia.git > cd xenia diff --git a/docs/building.md b/docs/building.md index e489da2cb..5a0a725d9 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,7 +9,7 @@ video drivers for your card. ### Windows * Windows 8 or 8.1 -* Visual Studio 2015 +* Visual Studio 2015 or Visual Studio 2017 * [Python 2.7](https://www.python.org/downloads/release/python-2713/) * If you are on Windows 8, you will also need the [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/windows/desktop/bg162891)