Update building documentation.

This commit is contained in:
0x7FFFFFFF 2018-05-10 18:08:41 -07:00 committed by Rick Gibbed
parent 0100392492
commit 9b9383ace0
1 changed files with 6 additions and 4 deletions

View File

@ -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.