From 6513bb7b269ea8b39dfed0e86a2df9a01ee23416 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Nov 2016 13:22:08 +0200 Subject: Add infrastructure for Windows 10 SDK discovery --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 7e0d035..b8f0232 100644 --- a/INSTALL +++ b/INSTALL @@ -51,8 +51,8 @@ over updates will be tedious. As a result, there are several environment variables that you can set (e.g., in your .bashrc) to adjust some of the common configuration values. -Currently you can override WINEPREFIX and INSTALLDIR via the following -environment variable hierarchy (from highest to lowest precedence): +Currently you can override WINEPREFIX, INSTALLDIR, and SDKVERSION via the +following environment variable hierarchy (from highest to lowest precedence): MSVC__* # MSVC_14U2_INSTALLDIR MSVC__* # MSVC_14_INSTALLDIR @@ -70,6 +70,10 @@ strategy by installing them in the same Wine root but in different directories. For details on how this value is used refer to the configuration scripts. +The SDKVERSION value can be used to specify the Windows 10 SDK version to use. +It should be in the 10.0.NNNNN form. If it is not specified, then the latest +installed is used. Note that this value does not apply to Windows 8.1 and +earlier SDKs; those versions are hardcoded in the confguration scripts. Install Wine ------------ -- cgit v1.1