From 9b9383ace065ed8244148792e427f2b36499b6d6 Mon Sep 17 00:00:00 2001 From: 0x7FFFFFFF Date: Thu, 10 May 2018 18:08:41 -0700 Subject: [PATCH] Update building documentation. --- docs/building.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/building.md b/docs/building.md index 750e22a12..445e90705 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,11 +9,13 @@ video drivers for your card. ### Windows * Windows 8 or later -* 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) +* Visual Studio 2017 +* Windows Universal CRT SDK +* [Python 3.4+](https://www.python.org/downloads/) +* You will also need the [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/windows/desktop/bg162891) + * (for VS2017 just click the Windows 8.1 SDK option in the Individual Components section in the Visual Studio Installer) -Ensure Python is in your PATH (`C:\Python27\`). +Ensure Python is in your PATH. I recommend using [Cmder](http://cmder.net/) for git and command line usage.