diff options
| author | gibbed <rick@gibbed.us> | 2019-04-21 22:17:16 -0500 |
|---|---|---|
| committer | gibbed <rick@gibbed.us> | 2019-04-21 22:17:35 -0500 |
| commit | 3b421f0811925b86c84a15f872e51c681f10ec00 (patch) | |
| tree | 692c03cdaf3711a8c19c8b630111029a3100365f /docs | |
| parent | b69dd271df6aa8db88322e654e62137e064b67f8 (diff) | |
Update building requirements in documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/building.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/building.md b/docs/building.md index 6552de6a4..58b89bc22 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,10 +9,9 @@ video drivers for your card. ### Windows * Windows 8 or later -* Visual Studio 2017 -* Windows Universal CRT SDK +* [Visual Studio 2017 or Visual Studio 2019](https://www.visualstudio.com/downloads/) * [Python 3.4+](https://www.python.org/downloads/) -* You will also need the [Windows 8.1 SDK](https://msdn.microsoft.com/en-us/windows/desktop/bg162891) +* You may also need the [Windows 8.1 SDK](https://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. |
