1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Releasing.md: Update to Windows SDK 19041

This commit is contained in:
Athanasius 2020-10-08 13:32:38 +01:00
parent a8313e3661
commit 7d4bef686c

View File

@ -25,11 +25,11 @@ You will need several pieces of software installed, or the files from their
into your checkout of the EDMC git files. into your checkout of the EDMC git files.
1. [Windows SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk/). 1. [Windows SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk/).
This is needed for the internationalisation support in EDMC. This is needed for the internationalisation support in EDMC.
[Windows 10 SDK, version 1903 (10.0.18362.1)](https://go.microsoft.com/fwlink/?linkid=2083338) [Windows 10 SDK, version 2004 (10.0.19041.0)](https://go.microsoft.com/fwlink/p/?linkid=2120843)
is the most recently tested version. Technically you only need the following is the most recently tested version. Technically you only need the following
components: `MSI Tools`, `Windows SDK for Desktop C++ x86 Apps` (which will components: `MSI Tools`, `Windows SDK for Desktop C++ x86 Apps` (which will
auto-select some others). NB: If you have need to uninstall this it's auto-select some others). NB: If you have need to uninstall this it's
"Windows Software Development Kit - Windows 10.0.18362.1" in "Windows Software Development Kit - Windows 10.0.19041.1" in
"Apps & Features", *not* "Windows SDK AddOn". "Apps & Features", *not* "Windows SDK AddOn".
1. [Python](https://python.org): 32-bit version of Python 3.8 for Windows. 1. [Python](https://python.org): 32-bit version of Python 3.8 for Windows.
[v3.8.6](https://www.python.org/downloads/release/python-386/) is the most [v3.8.6](https://www.python.org/downloads/release/python-386/) is the most